#9E4868

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

Shades of Cadillac #9E4868

Tints of Cadillac #9E4868

Color information

#9E4868 (or 0x9E4868) is unknown color: approx Cadillac. HEX triplet: 9E, 48 and 68. RGB value is (158,72,104). Sum of RGB (Red+Green+Blue) = 158+72+104=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4868 is #61B797. Grayscale: #656565. Windows color (decimal): -6403992 or 6834334. OLE color: 6834334.

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

Color convert

RGB15872104-
CMYK00.540.340.38
HSL337.67º37.39%45.1%-
HSV(B)337.67º54.43%61.96%-
XYZ18.9212.914.59-
YUV101.36129.49168.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.31%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=47.31%
G=21.56%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587210400.540.340.38337.6737.3945.1
Hex9E48680362226152252d
Octal23611015006642465224555
Binary10011110100100011010000110110100010100110101010010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,72,104); }

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

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

 a { background-color: rgb(158,72,104); }

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

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

 span { border-color: rgb(158,72,104); }

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