#954C59

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

Shades of Cadillac #954C59

Tints of Cadillac #954C59

Color information

#954C59 (or 0x954C59) is unknown color: approx Cadillac. HEX triplet: 95, 4C and 59. RGB value is (149,76,89). Sum of RGB (Red+Green+Blue) = 149+76+89=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #954C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C59 is #6AB3A6. Grayscale: #636363. Windows color (decimal): -6992807 or 5852309. OLE color: 5852309.

HSL color Cylindrical-coordinate representation of color #954C59: hue angle of 349.32º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C59 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1497689-
CMYK00.490.400.42
HSL349.32º32.44%44.12%-
HSV(B)349.32º48.99%58.43%-
XYZ16.7812.2810.94-
YUV99.31122.18163.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 89 (35.16% from 255) = 28.34%
R=47.45%
G=24.20%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149768900.490.400.42349.3232.4444.12
Hex954C59031282A15d202c
Octal22511413106150525354054
Binary10010101100110010110010110001101000101010101011101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954C59; }

 p { color: rgb(149,76,89); }

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

<style>
 a { background-color: #954C59; }

 a { background-color: rgb(149,76,89); }

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

<style>
 span { border-color: #954C59; }

 span { border-color: rgb(149,76,89); }

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