#953E72

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

Shades of Cadillac #953E72

Tints of Cadillac #953E72

Color information

#953E72 (or 0x953E72) is unknown color: approx Cadillac. HEX triplet: 95, 3E and 72. RGB value is (149,62,114). Sum of RGB (Red+Green+Blue) = 149+62+114=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #953E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953E72 is #6AC18D. Grayscale: #5D5D5D. Windows color (decimal): -6996366 or 7487125. OLE color: 7487125.

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

Color convert

RGB14962114-
CMYK00.580.230.42
HSL324.14º41.23%41.37%-
HSV(B)324.14º58.39%58.43%-
XYZ17.1511.0517.15-
YUV93.94139.32167.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 62 (24.61% from 255) = 19.08%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=45.85%
G=19.08%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496211400.580.230.42324.1441.2341.37
Hex953E7203A172A1442929
Octal2257616207227525045151
Binary100101011111101110010011101010111101010101000100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,62,114); }

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

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

 a { background-color: rgb(149,62,114); }

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

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

 span { border-color: rgb(149,62,114); }

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