#8E406A

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

Shades of Cadillac #8E406A

Tints of Cadillac #8E406A

Color information

#8E406A (or 0x8E406A) is unknown color: approx Cadillac. HEX triplet: 8E, 40 and 6A. RGB value is (142,64,106). Sum of RGB (Red+Green+Blue) = 142+64+106=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E406A is #71BF95. Grayscale: #5C5C5C. Windows color (decimal): -7454614 or 6963342. OLE color: 6963342.

HSL color Cylindrical-coordinate representation of color #8E406A: hue angle of 327.69º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E406A is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14264106-
CMYK00.550.250.44
HSL327.69º37.86%40.39%-
HSV(B)327.69º54.93%55.69%-
XYZ15.5910.4614.83-
YUV92.11135.84163.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.51%
GREEN value IS 64 (25.39% from 255) = 20.51%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=45.51%
G=20.51%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426410600.550.250.44327.6937.8640.39
Hex8E406A037192C1482628
Octal21610015206731545104650
Binary1000111010000001101010011011111001101100101001000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E406A; }

 p { color: rgb(142,64,106); }

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

<style>
 a { background-color: #8E406A; }

 a { background-color: rgb(142,64,106); }

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

<style>
 span { border-color: #8E406A; }

 span { border-color: rgb(142,64,106); }

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