#8E405E

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

Shades of Cadillac #8E405E

Tints of Cadillac #8E405E

Color information

#8E405E (or 0x8E405E) is unknown color: approx Cadillac. HEX triplet: 8E, 40 and 5E. RGB value is (142,64,94). Sum of RGB (Red+Green+Blue) = 142+64+94=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E405E is #71BFA1. Grayscale: #5A5A5A. Windows color (decimal): -7454626 or 6176910. OLE color: 6176910.

HSL color Cylindrical-coordinate representation of color #8E405E: hue angle of 336.92º 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 #8E405E is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1426494-
CMYK00.550.340.44
HSL336.92º37.86%40.39%-
HSV(B)336.92º54.93%55.69%-
XYZ15.0110.2311.77-
YUV90.74129.84164.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.33%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=47.33%
G=21.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142649400.550.340.44336.9237.8640.39
Hex8E405E037222C1512628
Octal21610013606742545214650
Binary10001110100000010111100110111100010101100101010001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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