#8E4161

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

Shades of Cadillac #8E4161

Tints of Cadillac #8E4161

Color information

#8E4161 (or 0x8E4161) is unknown color: approx Cadillac. HEX triplet: 8E, 41 and 61. RGB value is (142,65,97). Sum of RGB (Red+Green+Blue) = 142+65+97=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4161 is #71BE9E. Grayscale: #5B5B5B. Windows color (decimal): -7454367 or 6373774. OLE color: 6373774.

HSL color Cylindrical-coordinate representation of color #8E4161: hue angle of 335.06º 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 #8E4161 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1426597-
CMYK00.540.320.44
HSL335.06º37.2%40.59%-
HSV(B)335.06º54.23%55.69%-
XYZ15.210.3912.51-
YUV91.67131.01163.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=46.71%
G=21.38%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142659700.540.320.44335.0637.240.59
Hex8E4161036202C14f2529
Octal21610114106640545174551
Binary10001110100000111000010110110100000101100101001111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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