#8E405F

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

Shades of Cadillac #8E405F

Tints of Cadillac #8E405F

Color information

#8E405F (or 0x8E405F) is unknown color: approx Cadillac. HEX triplet: 8E, 40 and 5F. RGB value is (142,64,95). Sum of RGB (Red+Green+Blue) = 142+64+95=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E405F is #71BFA0. Grayscale: #5A5A5A. Windows color (decimal): -7454625 or 6242446. OLE color: 6242446.

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

Color convert

RGB1426495-
CMYK00.550.330.44
HSL336.15º37.86%40.39%-
HSV(B)336.15º54.93%55.69%-
XYZ15.0510.2412.01-
YUV90.86130.34164.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.18%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=47.18%
G=21.26%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142649500.550.330.44336.1537.8640.39
Hex8E405F037212C1502628
Octal21610013706741545204650
Binary10001110100000010111110110111100001101100101010000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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