#8E4661

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

Shades of Cadillac #8E4661

Tints of Cadillac #8E4661

Color information

#8E4661 (or 0x8E4661) is unknown color: approx Cadillac. HEX triplet: 8E, 46 and 61. RGB value is (142,70,97). Sum of RGB (Red+Green+Blue) = 142+70+97=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4661 is #71B99E. Grayscale: #5E5E5E. Windows color (decimal): -7453087 or 6375054. OLE color: 6375054.

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

Color convert

RGB1427097-
CMYK00.510.320.44
HSL337.5º33.96%41.57%-
HSV(B)337.5º50.7%55.69%-
XYZ15.510.9912.61-
YUV94.61129.35161.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=45.95%
G=22.65%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142709700.510.320.44337.533.9641.57
Hex8E4661033202C152222a
Octal21610614106340545224252
Binary10001110100011011000010110011100000101100101010010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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