#9E4E70

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

Shades of Cadillac #9E4E70

Tints of Cadillac #9E4E70

Color information

#9E4E70 (or 0x9E4E70) is unknown color: approx Cadillac. HEX triplet: 9E, 4E and 70. RGB value is (158,78,112). Sum of RGB (Red+Green+Blue) = 158+78+112=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4E70 is #61B18F. Grayscale: #696969. Windows color (decimal): -6402448 or 7360158. OLE color: 7360158.

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

Color convert

RGB15878112-
CMYK00.510.290.38
HSL334.5º33.9%46.27%-
HSV(B)334.5º50.63%61.96%-
XYZ19.7513.8916.97-
YUV105.8131.5165.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.40%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=45.40%
G=22.41%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587811200.510.290.38334.533.946.27
Hex9E4E700331D2614e222e
Octal23611616006335465164256
Binary1001111010011101110000011001111101100110101001110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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