#8E4562

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

Shades of Cadillac #8E4562

Tints of Cadillac #8E4562

Color information

#8E4562 (or 0x8E4562) is unknown color: approx Cadillac. HEX triplet: 8E, 45 and 62. RGB value is (142,69,98). Sum of RGB (Red+Green+Blue) = 142+69+98=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4562 is #71BA9D. Grayscale: #5E5E5E. Windows color (decimal): -7453342 or 6440334. OLE color: 6440334.

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

Color convert

RGB1426998-
CMYK00.510.310.44
HSL336.16º34.6%41.37%-
HSV(B)336.16º51.41%55.69%-
XYZ15.4910.8912.84-
YUV94.13130.18162.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=45.95%
G=22.33%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142699800.510.310.44336.1634.641.37
Hex8E45620331F2C1502329
Octal21610514206337545204351
Binary1000111010001011100010011001111111101100101010000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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