#9C4959

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

Shades of Cadillac #9C4959

Tints of Cadillac #9C4959

Color information

#9C4959 (or 0x9C4959) is unknown color: approx Cadillac. HEX triplet: 9C, 49 and 59. RGB value is (156,73,89). Sum of RGB (Red+Green+Blue) = 156+73+89=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4959 is #63B6A6. Grayscale: #636363. Windows color (decimal): -6534823 or 5851548. OLE color: 5851548.

HSL color Cylindrical-coordinate representation of color #9C4959: hue angle of 348.43º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C4959 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1567389-
CMYK00.530.430.39
HSL348.43º36.24%44.9%-
HSV(B)348.43º53.21%61.18%-
XYZ17.912.5510.93-
YUV99.64122168.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 89 (35.16% from 255) = 27.99%
R=49.06%
G=22.96%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156738900.530.430.39348.4336.2444.9
Hex9C49590352B2715c242d
Octal23411113106553475344455
Binary10011100100100110110010110101101011100111101011100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C4959; }

 p { color: rgb(156,73,89); }

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

<style>
 a { background-color: #9C4959; }

 a { background-color: rgb(156,73,89); }

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

<style>
 span { border-color: #9C4959; }

 span { border-color: rgb(156,73,89); }

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