#8E4163

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

Shades of Cadillac #8E4163

Tints of Cadillac #8E4163

Color information

#8E4163 (or 0x8E4163) is unknown color: approx Cadillac. HEX triplet: 8E, 41 and 63. RGB value is (142,65,99). Sum of RGB (Red+Green+Blue) = 142+65+99=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4163 is #71BE9C. Grayscale: #5B5B5B. Windows color (decimal): -7454365 or 6504846. OLE color: 6504846.

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

Color convert

RGB1426599-
CMYK00.540.300.44
HSL333.51º37.2%40.59%-
HSV(B)333.51º54.23%55.69%-
XYZ15.310.4313.01-
YUV91.9132.01163.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.41%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=46.41%
G=21.24%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142659900.540.300.44333.5137.240.59
Hex8E41630361E2C14e2529
Octal21610114306636545164551
Binary1000111010000011100011011011011110101100101001110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,65,99); }

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

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

 a { background-color: rgb(142,65,99); }

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

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

 span { border-color: rgb(142,65,99); }

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