#9C4569

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

Shades of Cadillac #9C4569

Tints of Cadillac #9C4569

Color information

#9C4569 (or 0x9C4569) is unknown color: approx Cadillac. HEX triplet: 9C, 45 and 69. RGB value is (156,69,105). Sum of RGB (Red+Green+Blue) = 156+69+105=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4569 is #63BA96. Grayscale: #636363. Windows color (decimal): -6535831 or 6899100. OLE color: 6899100.

HSL color Cylindrical-coordinate representation of color #9C4569: hue angle of 335.17º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4569 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB15669105-
CMYK00.560.330.39
HSL335.17º38.67%44.12%-
HSV(B)335.17º55.77%61.18%-
XYZ18.3912.3414.78-
YUV99.12131.32168.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=47.27%
G=20.91%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566910500.560.330.39335.1738.6744.12
Hex9C4569038212714f272c
Octal23410515107041475174754
Binary10011100100010111010010111000100001100111101001111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,69,105); }

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

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

 a { background-color: rgb(156,69,105); }

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

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

 span { border-color: rgb(156,69,105); }

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