#9E4965

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

Shades of Cadillac #9E4965

Tints of Cadillac #9E4965

Color information

#9E4965 (or 0x9E4965) is unknown color: approx Cadillac. HEX triplet: 9E, 49 and 65. RGB value is (158,73,101). Sum of RGB (Red+Green+Blue) = 158+73+101=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4965 is #61B69A. Grayscale: #656565. Windows color (decimal): -6403739 or 6637982. OLE color: 6637982.

HSL color Cylindrical-coordinate representation of color #9E4965: hue angle of 340.24º 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 #9E4965 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15873101-
CMYK00.540.360.38
HSL340.24º36.8%45.29%-
HSV(B)340.24º53.8%61.96%-
XYZ18.8312.9713.82-
YUV101.61127.66168.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.59%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=47.59%
G=21.99%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587310100.540.360.38340.2436.845.29
Hex9E49650362426154252d
Octal23611114506644465244555
Binary10011110100100111001010110110100100100110101010100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,73,101); }

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

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

 a { background-color: rgb(158,73,101); }

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

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

 span { border-color: rgb(158,73,101); }

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