#9C476E

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

Shades of Cadillac #9C476E

Tints of Cadillac #9C476E

Color information

#9C476E (or 0x9C476E) is unknown color: approx Cadillac. HEX triplet: 9C, 47 and 6E. RGB value is (156,71,110). Sum of RGB (Red+Green+Blue) = 156+71+110=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C476E is #63B891. Grayscale: #646464. Windows color (decimal): -6535314 or 7227292. OLE color: 7227292.

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

Color convert

RGB15671110-
CMYK00.540.290.39
HSL332.47º37.44%44.51%-
HSV(B)332.47º54.49%61.18%-
XYZ18.7812.716.21-
YUV100.86133.16167.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=46.29%
G=21.07%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567111000.540.290.39332.4737.4444.51
Hex9C476E0361D2714c252d
Octal23410715606635475144555
Binary1001110010001111101110011011011101100111101001100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,71,110); }

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

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

 a { background-color: rgb(156,71,110); }

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

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

 span { border-color: rgb(156,71,110); }

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