#8C4758

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

Shades of Cadillac #8C4758

Tints of Cadillac #8C4758

Color information

#8C4758 (or 0x8C4758) is unknown color: approx Cadillac. HEX triplet: 8C, 47 and 58. RGB value is (140,71,88). Sum of RGB (Red+Green+Blue) = 140+71+88=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4758 is #73B8A7. Grayscale: #5D5D5D. Windows color (decimal): -7583912 or 5785484. OLE color: 5785484.

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

Color convert

RGB1407188-
CMYK00.490.370.45
HSL345.22º32.7%41.37%-
HSV(B)345.22º49.29%54.9%-
XYZ14.8310.7910.53-
YUV93.57124.86161.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=46.82%
G=23.75%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140718800.490.370.45345.2232.741.37
Hex8C4758031252D1592129
Octal21410713006145555314151
Binary10001100100011110110000110001100101101101101011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,71,88); }

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

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

 a { background-color: rgb(140,71,88); }

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

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

 span { border-color: rgb(140,71,88); }

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