#8E4058

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

Shades of Cadillac #8E4058

Tints of Cadillac #8E4058

Color information

#8E4058 (or 0x8E4058) is unknown color: approx Cadillac. HEX triplet: 8E, 40 and 58. RGB value is (142,64,88). Sum of RGB (Red+Green+Blue) = 142+64+88=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4058 is #71BFA7. Grayscale: #5A5A5A. Windows color (decimal): -7454632 or 5783694. OLE color: 5783694.

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

Color convert

RGB1426488-
CMYK00.550.380.44
HSL341.54º37.86%40.39%-
HSV(B)341.54º54.93%55.69%-
XYZ14.7510.1210.41-
YUV90.06126.84165.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.30%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=48.30%
G=21.77%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142648800.550.380.44341.5437.8640.39
Hex8E4058037262C1562628
Octal21610013006746545264650
Binary10001110100000010110000110111100110101100101010110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,64,88); }

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

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

 a { background-color: rgb(142,64,88); }

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

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

 span { border-color: rgb(142,64,88); }

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