#9C4966

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

Shades of Cadillac #9C4966

Tints of Cadillac #9C4966

Color information

#9C4966 (or 0x9C4966) is unknown color: approx Cadillac. HEX triplet: 9C, 49 and 66. RGB value is (156,73,102). Sum of RGB (Red+Green+Blue) = 156+73+102=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4966 is #63B699. Grayscale: #656565. Windows color (decimal): -6534810 or 6703516. OLE color: 6703516.

HSL color Cylindrical-coordinate representation of color #9C4966: hue angle of 339.04º 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 #9C4966 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB15673102-
CMYK00.530.350.39
HSL339.04º36.24%44.9%-
HSV(B)339.04º53.21%61.18%-
XYZ18.4912.7914.06-
YUV101.12128.5167.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=47.13%
G=22.05%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567310200.530.350.39339.0436.2444.9
Hex9C49660352327153242d
Octal23411114606543475234455
Binary10011100100100111001100110101100011100111101010011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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