#9C4E70

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

Shades of Cadillac #9C4E70

Tints of Cadillac #9C4E70

Color information

#9C4E70 (or 0x9C4E70) is unknown color: approx Cadillac. HEX triplet: 9C, 4E and 70. RGB value is (156,78,112). Sum of RGB (Red+Green+Blue) = 156+78+112=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4E70 is #63B18F. Grayscale: #696969. Windows color (decimal): -6533520 or 7360156. OLE color: 7360156.

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

Color convert

RGB15678112-
CMYK00.50.280.39
HSL333.85º33.33%45.88%-
HSV(B)333.85º50%61.18%-
XYZ19.3613.6916.95-
YUV105.2131.84164.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.09%
GREEN value IS 78 (30.86% from 255) = 22.54%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=45.09%
G=22.54%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567811200.50.280.39333.8533.3345.88
Hex9C4E700321C2714e212e
Octal23411616006234475164156
Binary1001110010011101110000011001011100100111101001110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,78,112); }

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

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

 a { background-color: rgb(156,78,112); }

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

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

 span { border-color: rgb(156,78,112); }

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