Shades of Cadillac #8C3F69
Tints of Cadillac #8C3F69
RGB
CMYK
RGB Variations
Color information
#8C3F69 (or 0x8C3F69) is known color: Cadillac. HEX triplet: 8C, 3F and 69. RGB value is (140,63,105). Sum of RGB (Red+Green+Blue) = 140+63+105=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3F69 is #73C096. Grayscale: #5A5A5A. Windows color (decimal): -7585943 or 6897548. OLE color: 6897548.
HSL color Cylindrical-coordinate representation of color #8C3F69: hue angle of 327.27º 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 #8C3F69 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 105 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.45 |
| HSL | 327.27º | 0.38% | 0.4% | - |
| HSV(B) | 327.27º | 0.55% | 0.55% | - |
| XYZ | 15.14 | 10.15 | 14.53 | - |
| YUV | 90.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 105 | 0 | 0.55 | 0.25 | 0.45 | 327.27 | 0.38 | 0.4 |
| Hex | 8C | 3F | 69 | 0 | 37 | 19 | 2D | 147 | 26 | 28 |
| Octal | 214 | 77 | 151 | 0 | 67 | 31 | 55 | 507 | 46 | 50 |
| Binary | 10001100 | 111111 | 1101001 | 0 | 110111 | 11001 | 101101 | 101000111 | 100110 | 101000 |
Color Harmonies of #8C3F69
Complementary color
Monochromatic Colors of #8C3F69
Black with #8C3F69
Text Example
Text Example
White with #8C3F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F69; }
p { color: rgb(140,63,105); }
H1.HeaderClassName
{
color: #8C3F69;
}
.AnyTagClassName
{
color: #8C3F69;
}
</style>
background-color css
<style>
a { background-color: #8C3F69; }
a { background-color: rgb(140,63,105); }
div.DivClassName
{
background-color: #8C3F69;
}
.BgClassName
{
background-color: #8C3F69;
}
</style>
border-color css
<style>
span { border-color: #8C3F69; }
span { border-color: rgb(140,63,105); }
td.TdClassName
{
border-color: #8C3F69;
}
.TagClassName
{
border-color: #8C3F69;
}
</style>