#9E485F

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

Shades of Cadillac #9E485F

Tints of Cadillac #9E485F

Color information

#9E485F (or 0x9E485F) is unknown color: approx Cadillac. HEX triplet: 9E, 48 and 5F. RGB value is (158,72,95). Sum of RGB (Red+Green+Blue) = 158+72+95=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E485F is #61B7A0. Grayscale: #646464. Windows color (decimal): -6404001 or 6244510. OLE color: 6244510.

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

Color convert

RGB1587295-
CMYK00.540.400.38
HSL343.95º37.39%45.1%-
HSV(B)343.95º54.43%61.96%-
XYZ18.4812.7312.31-
YUV100.34124.99169.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.62%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=48.62%
G=22.15%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158729500.540.400.38343.9537.3945.1
Hex9E485F0362826158252d
Octal23611013706650465304555
Binary10011110100100010111110110110101000100110101011000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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