Shades of Cadillac #8D4063
Tints of Cadillac #8D4063
RGB
CMYK
RGB Variations
Color information
#8D4063 (or 0x8D4063) is known color: Cadillac. HEX triplet: 8D, 40 and 63. RGB value is (141,64,99). Sum of RGB (Red+Green+Blue) = 141+64+99=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4063 is #72BF9C. Grayscale: #5A5A5A. Windows color (decimal): -7520157 or 6504589. OLE color: 6504589.
HSL color Cylindrical-coordinate representation of color #8D4063: hue angle of 332.73º 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 #8D4063 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 99 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.45 |
| HSL | 332.73º | 0.38% | 0.4% | - |
| HSV(B) | 332.73º | 0.55% | 0.55% | - |
| XYZ | 15.07 | 10.23 | 12.98 | - |
| YUV | 91.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 99 | 0 | 0.55 | 0.30 | 0.45 | 332.73 | 0.38 | 0.4 |
| Hex | 8D | 40 | 63 | 0 | 37 | 1E | 2D | 14D | 26 | 28 |
| Octal | 215 | 100 | 143 | 0 | 67 | 36 | 55 | 515 | 46 | 50 |
| Binary | 10001101 | 1000000 | 1100011 | 0 | 110111 | 11110 | 101101 | 101001101 | 100110 | 101000 |
Color Harmonies of #8D4063
Complementary color
Monochromatic Colors of #8D4063
Black with #8D4063
Text Example
Text Example
White with #8D4063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4063; }
p { color: rgb(141,64,99); }
H1.HeaderClassName
{
color: #8D4063;
}
.AnyTagClassName
{
color: #8D4063;
}
</style>
background-color css
<style>
a { background-color: #8D4063; }
a { background-color: rgb(141,64,99); }
div.DivClassName
{
background-color: #8D4063;
}
.BgClassName
{
background-color: #8D4063;
}
</style>
border-color css
<style>
span { border-color: #8D4063; }
span { border-color: rgb(141,64,99); }
td.TdClassName
{
border-color: #8D4063;
}
.TagClassName
{
border-color: #8D4063;
}
</style>