#8E4662

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

Shades of Cadillac #8E4662

Tints of Cadillac #8E4662

Color information

#8E4662 (or 0x8E4662) is unknown color: approx Cadillac. HEX triplet: 8E, 46 and 62. RGB value is (142,70,98). Sum of RGB (Red+Green+Blue) = 142+70+98=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4662 is #71B99D. Grayscale: #5E5E5E. Windows color (decimal): -7453086 or 6440590. OLE color: 6440590.

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

Color convert

RGB1427098-
CMYK00.510.310.44
HSL336.67º33.96%41.57%-
HSV(B)336.67º50.7%55.69%-
XYZ15.5511.0112.86-
YUV94.72129.85161.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.81%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=45.81%
G=22.58%
B=31.61%

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
Decimal142709800.510.310.44336.6733.9641.57
Hex8E46620331F2C151222a
Octal21610614206337545214252
Binary1000111010001101100010011001111111101100101010001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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