#9E486A

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

Shades of Cadillac #9E486A

Tints of Cadillac #9E486A

Color information

#9E486A (or 0x9E486A) is unknown color: approx Cadillac. HEX triplet: 9E, 48 and 6A. RGB value is (158,72,106). Sum of RGB (Red+Green+Blue) = 158+72+106=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E486A is #61B795. Grayscale: #656565. Windows color (decimal): -6403990 or 6965406. OLE color: 6965406.

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

Color convert

RGB15872106-
CMYK00.540.330.38
HSL336.28º37.39%45.1%-
HSV(B)336.28º54.43%61.96%-
XYZ19.0212.9415.13-
YUV101.59130.49168.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.02%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=47.02%
G=21.43%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587210600.540.330.38336.2837.3945.1
Hex9E486A0362126150252d
Octal23611015206641465204555
Binary10011110100100011010100110110100001100110101010000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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