#953C5B

Color #953C5B Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #953C5B

Tints of Cadillac #953C5B

Color information

#953C5B (or 0x953C5B) is unknown color: approx Cadillac. HEX triplet: 95, 3C and 5B. RGB value is (149,60,91). Sum of RGB (Red+Green+Blue) = 149+60+91=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #953C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C5B is #6AC3A4. Grayscale: #5A5A5A. Windows color (decimal): -6996901 or 5979285. OLE color: 5979285.

HSL color Cylindrical-coordinate representation of color #953C5B: hue angle of 339.1º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C5B is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1496091-
CMYK00.600.390.42
HSL339.1º42.58%40.98%-
HSV(B)339.1º59.73%58.43%-
XYZ15.910.3811.06-
YUV90.14128.49169.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=49.67%
G=20%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149609100.600.390.42339.142.5840.98
Hex953C5B03C272A1532b29
Octal2257413307447525235351
Binary1001010111110010110110111100100111101010101010011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953C5B; }

 p { color: rgb(149,60,91); }

 H1.HeaderClassName
 {
   color: #953C5B;
 }
 .AnyTagClassName
 {
   color: #953C5B;
 }
</style>
background-color css

<style>
 a { background-color: #953C5B; }

 a { background-color: rgb(149,60,91); }

 div.DivClassName
 {
   background-color: #953C5B;
 }
 .BgClassName
 {
   background-color: #953C5B;
 }
</style>
border-color css

<style>
 span { border-color: #953C5B; }

 span { border-color: rgb(149,60,91); }

 td.TdClassName
 {
   border-color: #953C5B;
 }
 .TagClassName
 {
   border-color: #953C5B;
 }
</style>