#8C4659

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

Shades of Cadillac #8C4659

Tints of Cadillac #8C4659

Color information

#8C4659 (or 0x8C4659) is unknown color: approx Cadillac. HEX triplet: 8C, 46 and 59. RGB value is (140,70,89). Sum of RGB (Red+Green+Blue) = 140+70+89=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4659 is #73B9A6. Grayscale: #5D5D5D. Windows color (decimal): -7584167 or 5850764. OLE color: 5850764.

HSL color Cylindrical-coordinate representation of color #8C4659: hue angle of 343.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C4659 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB1407089-
CMYK00.500.360.45
HSL343.71º33.33%41.18%-
HSV(B)343.71º50%54.9%-
XYZ14.8110.6810.73-
YUV93.1125.69161.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 89 (35.16% from 255) = 29.77%
R=46.82%
G=23.41%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140708900.500.360.45343.7133.3341.18
Hex8C4659032242D1582129
Octal21410613106244555304151
Binary10001100100011010110010110010100100101101101011000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,89); }

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

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

 a { background-color: rgb(140,70,89); }

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

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

 span { border-color: rgb(140,70,89); }

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