Shades of Cadillac #8D3B69
Tints of Cadillac #8D3B69
RGB
CMYK
RGB Variations
Color information
#8D3B69 (or 0x8D3B69) is known color: Cadillac. HEX triplet: 8D, 3B and 69. RGB value is (141,59,105). Sum of RGB (Red+Green+Blue) = 141+59+105=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3B69 is #72C496. Grayscale: #585858. Windows color (decimal): -7521431 or 6896525. OLE color: 6896525.
HSL color Cylindrical-coordinate representation of color #8D3B69: hue angle of 326.34º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D3B69 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 59 | 105 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.45 |
| HSL | 326.34º | 0.41% | 0.39% | - |
| HSV(B) | 326.34º | 0.58% | 0.55% | - |
| XYZ | 15.1 | 9.81 | 14.46 | - |
| YUV | 88.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 105 | 0 | 0.58 | 0.26 | 0.45 | 326.34 | 0.41 | 0.39 |
| Hex | 8D | 3B | 69 | 0 | 3A | 1A | 2D | 146 | 29 | 27 |
| Octal | 215 | 73 | 151 | 0 | 72 | 32 | 55 | 506 | 51 | 47 |
| Binary | 10001101 | 111011 | 1101001 | 0 | 111010 | 11010 | 101101 | 101000110 | 101001 | 100111 |
Color Harmonies of #8D3B69
Complementary color
Monochromatic Colors of #8D3B69
Black with #8D3B69
Text Example
Text Example
White with #8D3B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3B69; }
p { color: rgb(141,59,105); }
H1.HeaderClassName
{
color: #8D3B69;
}
.AnyTagClassName
{
color: #8D3B69;
}
</style>
background-color css
<style>
a { background-color: #8D3B69; }
a { background-color: rgb(141,59,105); }
div.DivClassName
{
background-color: #8D3B69;
}
.BgClassName
{
background-color: #8D3B69;
}
</style>
border-color css
<style>
span { border-color: #8D3B69; }
span { border-color: rgb(141,59,105); }
td.TdClassName
{
border-color: #8D3B69;
}
.TagClassName
{
border-color: #8D3B69;
}
</style>