#8E4564

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

Shades of Cadillac #8E4564

Tints of Cadillac #8E4564

Color information

#8E4564 (or 0x8E4564) is unknown color: approx Cadillac. HEX triplet: 8E, 45 and 64. RGB value is (142,69,100). Sum of RGB (Red+Green+Blue) = 142+69+100=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4564 is #71BA9B. Grayscale: #5E5E5E. Windows color (decimal): -7453340 or 6571406. OLE color: 6571406.

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

Color convert

RGB14269100-
CMYK00.510.300.44
HSL334.52º34.6%41.37%-
HSV(B)334.52º51.41%55.69%-
XYZ15.5810.9313.34-
YUV94.36131.18161.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=45.66%
G=22.19%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426910000.510.300.44334.5234.641.37
Hex8E45640331E2C14f2329
Octal21610514406336545174351
Binary1000111010001011100100011001111110101100101001111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,69,100); }

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

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

 a { background-color: rgb(142,69,100); }

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

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

 span { border-color: rgb(142,69,100); }

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