#8E495A

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

Shades of Cadillac #8E495A

Tints of Cadillac #8E495A

Color information

#8E495A (or 0x8E495A) is unknown color: approx Cadillac. HEX triplet: 8E, 49 and 5A. RGB value is (142,73,90). Sum of RGB (Red+Green+Blue) = 142+73+90=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E495A is #71B6A5. Grayscale: #5F5F5F. Windows color (decimal): -7452326 or 5917070. OLE color: 5917070.

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

Color convert

RGB1427390-
CMYK00.490.370.44
HSL345.22º32.09%42.16%-
HSV(B)345.22º48.59%55.69%-
XYZ15.3811.2511.03-
YUV95.57124.86161.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=46.56%
G=23.93%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142739000.490.370.44345.2232.0942.16
Hex8E495A031252C159202a
Octal21611113206145545314052
Binary10001110100100110110100110001100101101100101011001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,90); }

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

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

 a { background-color: rgb(142,73,90); }

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

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

 span { border-color: rgb(142,73,90); }

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