Shades of Cadillac #8C3F66
Tints of Cadillac #8C3F66
RGB
CMYK
RGB Variations
Color information
#8C3F66 (or 0x8C3F66) is known color: Cadillac. HEX triplet: 8C, 3F and 66. RGB value is (140,63,102). Sum of RGB (Red+Green+Blue) = 140+63+102=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3F66 is #73C099. Grayscale: #5A5A5A. Windows color (decimal): -7585946 or 6700940. OLE color: 6700940.
HSL color Cylindrical-coordinate representation of color #8C3F66: hue angle of 329.61º 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 #8C3F66 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 102 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.45 |
| HSL | 329.61º | 0.38% | 0.4% | - |
| HSV(B) | 329.61º | 0.55% | 0.55% | - |
| XYZ | 14.99 | 10.09 | 13.73 | - |
| YUV | 90.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 102 | 0 | 0.55 | 0.27 | 0.45 | 329.61 | 0.38 | 0.4 |
| Hex | 8C | 3F | 66 | 0 | 37 | 1B | 2D | 14A | 26 | 28 |
| Octal | 214 | 77 | 146 | 0 | 67 | 33 | 55 | 512 | 46 | 50 |
| Binary | 10001100 | 111111 | 1100110 | 0 | 110111 | 11011 | 101101 | 101001010 | 100110 | 101000 |
Color Harmonies of #8C3F66
Complementary color
Monochromatic Colors of #8C3F66
Black with #8C3F66
Text Example
Text Example
White with #8C3F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F66; }
p { color: rgb(140,63,102); }
H1.HeaderClassName
{
color: #8C3F66;
}
.AnyTagClassName
{
color: #8C3F66;
}
</style>
background-color css
<style>
a { background-color: #8C3F66; }
a { background-color: rgb(140,63,102); }
div.DivClassName
{
background-color: #8C3F66;
}
.BgClassName
{
background-color: #8C3F66;
}
</style>
border-color css
<style>
span { border-color: #8C3F66; }
span { border-color: rgb(140,63,102); }
td.TdClassName
{
border-color: #8C3F66;
}
.TagClassName
{
border-color: #8C3F66;
}
</style>