Shades of Cadillac #8D406C
Tints of Cadillac #8D406C
RGB
CMYK
RGB Variations
Color information
#8D406C (or 0x8D406C) is known color: Cadillac. HEX triplet: 8D, 40 and 6C. RGB value is (141,64,108). Sum of RGB (Red+Green+Blue) = 141+64+108=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D406C is #72BF93. Grayscale: #5B5B5B. Windows color (decimal): -7520148 or 7094413. OLE color: 7094413.
HSL color Cylindrical-coordinate representation of color #8D406C: hue angle of 325.71º 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 #8D406C is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 108 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.45 |
| HSL | 325.71º | 0.38% | 0.4% | - |
| HSV(B) | 325.71º | 0.55% | 0.55% | - |
| XYZ | 15.52 | 10.41 | 15.38 | - |
| YUV | 92.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 108 | 0 | 0.55 | 0.23 | 0.45 | 325.71 | 0.38 | 0.4 |
| Hex | 8D | 40 | 6C | 0 | 37 | 17 | 2D | 146 | 26 | 28 |
| Octal | 215 | 100 | 154 | 0 | 67 | 27 | 55 | 506 | 46 | 50 |
| Binary | 10001101 | 1000000 | 1101100 | 0 | 110111 | 10111 | 101101 | 101000110 | 100110 | 101000 |
Color Harmonies of #8D406C
Complementary color
Monochromatic Colors of #8D406C
Black with #8D406C
Text Example
Text Example
White with #8D406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D406C; }
p { color: rgb(141,64,108); }
H1.HeaderClassName
{
color: #8D406C;
}
.AnyTagClassName
{
color: #8D406C;
}
</style>
background-color css
<style>
a { background-color: #8D406C; }
a { background-color: rgb(141,64,108); }
div.DivClassName
{
background-color: #8D406C;
}
.BgClassName
{
background-color: #8D406C;
}
</style>
border-color css
<style>
span { border-color: #8D406C; }
span { border-color: rgb(141,64,108); }
td.TdClassName
{
border-color: #8D406C;
}
.TagClassName
{
border-color: #8D406C;
}
</style>