#8E3C6F

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

Shades of Cadillac #8E3C6F

Tints of Cadillac #8E3C6F

Color information

#8E3C6F (or 0x8E3C6F) is unknown color: approx Cadillac. HEX triplet: 8E, 3C and 6F. RGB value is (142,60,111). Sum of RGB (Red+Green+Blue) = 142+60+111=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3C6F is #71C390. Grayscale: #5A5A5A. Windows color (decimal): -7455633 or 7289998. OLE color: 7289998.

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

Color convert

RGB14260111-
CMYK00.580.220.44
HSL322.68º40.59%39.61%-
HSV(B)322.68º57.75%55.69%-
XYZ15.6410.1316.17-
YUV90.33139.67164.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=45.37%
G=19.17%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426011100.580.220.44322.6840.5939.61
Hex8E3C6F03A162C1432928
Octal2167415707226545035150
Binary100011101111001101111011101010110101100101000011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,60,111); }

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

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

 a { background-color: rgb(142,60,111); }

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

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

 span { border-color: rgb(142,60,111); }

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