Shades of Cadillac #8C3D66
Tints of Cadillac #8C3D66
RGB
CMYK
RGB Variations
Color information
#8C3D66 (or 0x8C3D66) is known color: Cadillac. HEX triplet: 8C, 3D and 66. RGB value is (140,61,102). Sum of RGB (Red+Green+Blue) = 140+61+102=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3D66 is #73C299. Grayscale: #595959. Windows color (decimal): -7586458 or 6700428. OLE color: 6700428.
HSL color Cylindrical-coordinate representation of color #8C3D66: hue angle of 328.86º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3D66 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 61 | 102 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.45 |
| HSL | 328.86º | 0.39% | 0.39% | - |
| HSV(B) | 328.86º | 0.56% | 0.55% | - |
| XYZ | 14.88 | 9.87 | 13.69 | - |
| YUV | 89.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 61 | 102 | 0 | 0.56 | 0.27 | 0.45 | 328.86 | 0.39 | 0.39 |
| Hex | 8C | 3D | 66 | 0 | 38 | 1B | 2D | 149 | 27 | 27 |
| Octal | 214 | 75 | 146 | 0 | 70 | 33 | 55 | 511 | 47 | 47 |
| Binary | 10001100 | 111101 | 1100110 | 0 | 111000 | 11011 | 101101 | 101001001 | 100111 | 100111 |
Color Harmonies of #8C3D66
Complementary color
Monochromatic Colors of #8C3D66
Black with #8C3D66
Text Example
Text Example
White with #8C3D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3D66; }
p { color: rgb(140,61,102); }
H1.HeaderClassName
{
color: #8C3D66;
}
.AnyTagClassName
{
color: #8C3D66;
}
</style>
background-color css
<style>
a { background-color: #8C3D66; }
a { background-color: rgb(140,61,102); }
div.DivClassName
{
background-color: #8C3D66;
}
.BgClassName
{
background-color: #8C3D66;
}
</style>
border-color css
<style>
span { border-color: #8C3D66; }
span { border-color: rgb(140,61,102); }
td.TdClassName
{
border-color: #8C3D66;
}
.TagClassName
{
border-color: #8C3D66;
}
</style>