#8E4362

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

Shades of Cadillac #8E4362

Tints of Cadillac #8E4362

Color information

#8E4362 (or 0x8E4362) is unknown color: approx Cadillac. HEX triplet: 8E, 43 and 62. RGB value is (142,67,98). Sum of RGB (Red+Green+Blue) = 142+67+98=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4362 is #71BC9D. Grayscale: #5C5C5C. Windows color (decimal): -7453854 or 6439822. OLE color: 6439822.

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

Color convert

RGB1426798-
CMYK00.530.310.44
HSL335.2º35.89%40.98%-
HSV(B)335.2º52.82%55.69%-
XYZ15.3710.6512.8-
YUV92.96130.85162.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=46.25%
G=21.82%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142679800.530.310.44335.235.8940.98
Hex8E43620351F2C14f2429
Octal21610314206537545174451
Binary1000111010000111100010011010111111101100101001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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