#8E425F

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

Shades of Cadillac #8E425F

Tints of Cadillac #8E425F

Color information

#8E425F (or 0x8E425F) is unknown color: approx Cadillac. HEX triplet: 8E, 42 and 5F. RGB value is (142,66,95). Sum of RGB (Red+Green+Blue) = 142+66+95=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E425F is #71BDA0. Grayscale: #5B5B5B. Windows color (decimal): -7454113 or 6242958. OLE color: 6242958.

HSL color Cylindrical-coordinate representation of color #8E425F: hue angle of 337.11º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E425F is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1426695-
CMYK00.540.330.44
HSL337.11º36.54%40.78%-
HSV(B)337.11º53.52%55.69%-
XYZ15.1710.4712.05-
YUV92.03129.68163.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=46.86%
G=21.78%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142669500.540.330.44337.1136.5440.78
Hex8E425F036212C1512529
Octal21610213706641545214551
Binary10001110100001010111110110110100001101100101010001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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