#8D4060

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

Shades of Cadillac #8D4060

Tints of Cadillac #8D4060

Color information

#8D4060 (or 0x8D4060) is unknown color: approx Cadillac. HEX triplet: 8D, 40 and 60. RGB value is (141,64,96). Sum of RGB (Red+Green+Blue) = 141+64+96=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4060 is #72BF9F. Grayscale: #5A5A5A. Windows color (decimal): -7520160 or 6307981. OLE color: 6307981.

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

Color convert

RGB1416496-
CMYK00.550.320.45
HSL335.06º37.56%40.2%-
HSV(B)335.06º54.61%55.29%-
XYZ14.9310.1712.24-
YUV90.67131.01163.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.84%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=46.84%
G=21.26%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141649600.550.320.45335.0637.5640.2
Hex8D4060037202D14f2628
Octal21510014006740555174650
Binary10001101100000011000000110111100000101101101001111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,96); }

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

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

 a { background-color: rgb(141,64,96); }

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

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

 span { border-color: rgb(141,64,96); }

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