#9C476C

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

Shades of Cadillac #9C476C

Tints of Cadillac #9C476C

Color information

#9C476C (or 0x9C476C) is unknown color: approx Cadillac. HEX triplet: 9C, 47 and 6C. RGB value is (156,71,108). Sum of RGB (Red+Green+Blue) = 156+71+108=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C476C is #63B893. Grayscale: #646464. Windows color (decimal): -6535316 or 7096220. OLE color: 7096220.

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

Color convert

RGB15671108-
CMYK00.540.310.39
HSL333.88º37.44%44.51%-
HSV(B)333.88º54.49%61.18%-
XYZ18.6712.6615.65-
YUV100.63132.16167.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=46.57%
G=21.19%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567110800.540.310.39333.8837.4444.51
Hex9C476C0361F2714e252d
Octal23410715406637475164555
Binary1001110010001111101100011011011111100111101001110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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