#9C456B

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

Shades of Cadillac #9C456B

Tints of Cadillac #9C456B

Color information

#9C456B (or 0x9C456B) is unknown color: approx Cadillac. HEX triplet: 9C, 45 and 6B. RGB value is (156,69,107). Sum of RGB (Red+Green+Blue) = 156+69+107=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C456B is #63BA94. Grayscale: #636363. Windows color (decimal): -6535829 or 7030172. OLE color: 7030172.

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

Color convert

RGB15669107-
CMYK00.560.310.39
HSL333.79º38.67%44.12%-
HSV(B)333.79º55.77%61.18%-
XYZ18.4912.3915.33-
YUV99.34132.32168.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.99%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=46.99%
G=20.78%
B=32.23%

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
Decimal1566910700.560.310.39333.7938.6744.12
Hex9C456B0381F2714e272c
Octal23410515307037475164754
Binary1001110010001011101011011100011111100111101001110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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