Shades of Cadillac #8C3E5F
Tints of Cadillac #8C3E5F
RGB
CMYK
RGB Variations
Color information
#8C3E5F (or 0x8C3E5F) is known color: Cadillac. HEX triplet: 8C, 3E and 5F. RGB value is (140,62,95). Sum of RGB (Red+Green+Blue) = 140+62+95=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3E5F is #73C1A0. Grayscale: #595959. Windows color (decimal): -7586209 or 6241932. OLE color: 6241932.
HSL color Cylindrical-coordinate representation of color #8C3E5F: hue angle of 334.62º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3E5F is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 62 | 95 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.45 |
| HSL | 334.62º | 0.39% | 0.4% | - |
| HSV(B) | 334.62º | 0.56% | 0.55% | - |
| XYZ | 14.6 | 9.85 | 11.96 | - |
| YUV | 89.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 95 | 0 | 0.56 | 0.32 | 0.45 | 334.62 | 0.39 | 0.4 |
| Hex | 8C | 3E | 5F | 0 | 38 | 20 | 2D | 14F | 27 | 28 |
| Octal | 214 | 76 | 137 | 0 | 70 | 40 | 55 | 517 | 47 | 50 |
| Binary | 10001100 | 111110 | 1011111 | 0 | 111000 | 100000 | 101101 | 101001111 | 100111 | 101000 |
Color Harmonies of #8C3E5F
Complementary color
Monochromatic Colors of #8C3E5F
Black with #8C3E5F
Text Example
Text Example
White with #8C3E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3E5F; }
p { color: rgb(140,62,95); }
H1.HeaderClassName
{
color: #8C3E5F;
}
.AnyTagClassName
{
color: #8C3E5F;
}
</style>
background-color css
<style>
a { background-color: #8C3E5F; }
a { background-color: rgb(140,62,95); }
div.DivClassName
{
background-color: #8C3E5F;
}
.BgClassName
{
background-color: #8C3E5F;
}
</style>
border-color css
<style>
span { border-color: #8C3E5F; }
span { border-color: rgb(140,62,95); }
td.TdClassName
{
border-color: #8C3E5F;
}
.TagClassName
{
border-color: #8C3E5F;
}
</style>