Shades of Cadillac #8D406B
Tints of Cadillac #8D406B
RGB
CMYK
RGB Variations
Color information
#8D406B (or 0x8D406B) is known color: Cadillac. HEX triplet: 8D, 40 and 6B. RGB value is (141,64,107). Sum of RGB (Red+Green+Blue) = 141+64+107=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D406B is #72BF94. Grayscale: #5B5B5B. Windows color (decimal): -7520149 or 7028877. OLE color: 7028877.
HSL color Cylindrical-coordinate representation of color #8D406B: hue angle of 326.49º 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 #8D406B is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 107 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.45 |
| HSL | 326.49º | 0.38% | 0.4% | - |
| HSV(B) | 326.49º | 0.55% | 0.55% | - |
| XYZ | 15.47 | 10.39 | 15.1 | - |
| YUV | 91.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 107 | 0 | 0.55 | 0.24 | 0.45 | 326.49 | 0.38 | 0.4 |
| Hex | 8D | 40 | 6B | 0 | 37 | 18 | 2D | 146 | 26 | 28 |
| Octal | 215 | 100 | 153 | 0 | 67 | 30 | 55 | 506 | 46 | 50 |
| Binary | 10001101 | 1000000 | 1101011 | 0 | 110111 | 11000 | 101101 | 101000110 | 100110 | 101000 |
Color Harmonies of #8D406B
Complementary color
Monochromatic Colors of #8D406B
Black with #8D406B
Text Example
Text Example
White with #8D406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D406B; }
p { color: rgb(141,64,107); }
H1.HeaderClassName
{
color: #8D406B;
}
.AnyTagClassName
{
color: #8D406B;
}
</style>
background-color css
<style>
a { background-color: #8D406B; }
a { background-color: rgb(141,64,107); }
div.DivClassName
{
background-color: #8D406B;
}
.BgClassName
{
background-color: #8D406B;
}
</style>
border-color css
<style>
span { border-color: #8D406B; }
span { border-color: rgb(141,64,107); }
td.TdClassName
{
border-color: #8D406B;
}
.TagClassName
{
border-color: #8D406B;
}
</style>