#9D4E70

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

Shades of Cadillac #9D4E70

Tints of Cadillac #9D4E70

Color information

#9D4E70 (or 0x9D4E70) is unknown color: approx Cadillac. HEX triplet: 9D, 4E and 70. RGB value is (157,78,112). Sum of RGB (Red+Green+Blue) = 157+78+112=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E70 is #62B18F. Grayscale: #696969. Windows color (decimal): -6467984 or 7360157. OLE color: 7360157.

HSL color Cylindrical-coordinate representation of color #9D4E70: hue angle of 334.18º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4E70 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB15778112-
CMYK00.500.290.38
HSL334.18º33.62%46.08%-
HSV(B)334.18º50.32%61.57%-
XYZ19.5513.7916.96-
YUV105.5131.67164.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.24%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=45.24%
G=22.48%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577811200.500.290.38334.1833.6246.08
Hex9D4E700321D2614e222e
Octal23511616006235465164256
Binary1001110110011101110000011001011101100110101001110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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