#8E426A

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

Shades of Cadillac #8E426A

Tints of Cadillac #8E426A

Color information

#8E426A (or 0x8E426A) is unknown color: approx Cadillac. HEX triplet: 8E, 42 and 6A. RGB value is (142,66,106). Sum of RGB (Red+Green+Blue) = 142+66+106=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E426A is #71BD95. Grayscale: #5D5D5D. Windows color (decimal): -7454102 or 6963854. OLE color: 6963854.

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

Color convert

RGB14266106-
CMYK00.540.250.44
HSL328.42º36.54%40.78%-
HSV(B)328.42º53.52%55.69%-
XYZ15.7110.6914.87-
YUV93.28135.18162.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=45.22%
G=21.02%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426610600.540.250.44328.4236.5440.78
Hex8E426A036192C1482529
Octal21610215206631545104551
Binary1000111010000101101010011011011001101100101001000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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