#953F72

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

Shades of Cadillac #953F72

Tints of Cadillac #953F72

Color information

#953F72 (or 0x953F72) is unknown color: approx Cadillac. HEX triplet: 95, 3F and 72. RGB value is (149,63,114). Sum of RGB (Red+Green+Blue) = 149+63+114=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #953F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953F72 is #6AC08D. Grayscale: #5E5E5E. Windows color (decimal): -6996110 or 7487381. OLE color: 7487381.

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

Color convert

RGB14963114-
CMYK00.580.230.42
HSL324.42º40.57%41.57%-
HSV(B)324.42º57.72%58.43%-
XYZ17.2111.1617.17-
YUV94.53138.99166.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 63 (25% from 255) = 19.33%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=45.71%
G=19.33%
B=34.97%

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
Decimal1496311400.580.230.42324.4240.5741.57
Hex953F7203A172A144292a
Octal2257716207227525045152
Binary100101011111111110010011101010111101010101000100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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