#9C456C

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

Shades of Cadillac #9C456C

Tints of Cadillac #9C456C

Color information

#9C456C (or 0x9C456C) is unknown color: approx Cadillac. HEX triplet: 9C, 45 and 6C. RGB value is (156,69,108). Sum of RGB (Red+Green+Blue) = 156+69+108=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C456C is #63BA93. Grayscale: #636363. Windows color (decimal): -6535828 or 7095708. OLE color: 7095708.

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

Color convert

RGB15669108-
CMYK00.560.310.39
HSL333.1º38.67%44.12%-
HSV(B)333.1º55.77%61.18%-
XYZ18.5512.4115.6-
YUV99.46132.82168.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.85%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=46.85%
G=20.72%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566910800.560.310.39333.138.6744.12
Hex9C456C0381F2714d272c
Octal23410515407037475154754
Binary1001110010001011101100011100011111100111101001101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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