Shades of Cadillac #8D3B68
Tints of Cadillac #8D3B68
RGB
CMYK
RGB Variations
Color information
#8D3B68 (or 0x8D3B68) is known color: Cadillac. HEX triplet: 8D, 3B and 68. RGB value is (141,59,104). Sum of RGB (Red+Green+Blue) = 141+59+104=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3B68 is #72C497. Grayscale: #585858. Windows color (decimal): -7521432 or 6830989. OLE color: 6830989.
HSL color Cylindrical-coordinate representation of color #8D3B68: hue angle of 327.07º 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 #8D3B68 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 59 | 104 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.45 |
| HSL | 327.07º | 0.41% | 0.39% | - |
| HSV(B) | 327.07º | 0.58% | 0.55% | - |
| XYZ | 15.05 | 9.79 | 14.19 | - |
| YUV | 88.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 104 | 0 | 0.58 | 0.26 | 0.45 | 327.07 | 0.41 | 0.39 |
| Hex | 8D | 3B | 68 | 0 | 3A | 1A | 2D | 147 | 29 | 27 |
| Octal | 215 | 73 | 150 | 0 | 72 | 32 | 55 | 507 | 51 | 47 |
| Binary | 10001101 | 111011 | 1101000 | 0 | 111010 | 11010 | 101101 | 101000111 | 101001 | 100111 |
Color Harmonies of #8D3B68
Complementary color
Monochromatic Colors of #8D3B68
Black with #8D3B68
Text Example
Text Example
White with #8D3B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3B68; }
p { color: rgb(141,59,104); }
H1.HeaderClassName
{
color: #8D3B68;
}
.AnyTagClassName
{
color: #8D3B68;
}
</style>
background-color css
<style>
a { background-color: #8D3B68; }
a { background-color: rgb(141,59,104); }
div.DivClassName
{
background-color: #8D3B68;
}
.BgClassName
{
background-color: #8D3B68;
}
</style>
border-color css
<style>
span { border-color: #8D3B68; }
span { border-color: rgb(141,59,104); }
td.TdClassName
{
border-color: #8D3B68;
}
.TagClassName
{
border-color: #8D3B68;
}
</style>