Shades of Cadillac #8C465D
Tints of Cadillac #8C465D
RGB
CMYK
RGB Variations
Color information
#8C465D (or 0x8C465D) is known color: Cadillac. HEX triplet: 8C, 46 and 5D. RGB value is (140,70,93). Sum of RGB (Red+Green+Blue) = 140+70+93=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C465D is #73B9A2. Grayscale: #5D5D5D. Windows color (decimal): -7584163 or 6112908. OLE color: 6112908.
HSL color Cylindrical-coordinate representation of color #8C465D: hue angle of 340.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C465D is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 70 | 93 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.45 |
| HSL | 340.29º | 0.33% | 0.41% | - |
| HSV(B) | 340.29º | 0.5% | 0.55% | - |
| XYZ | 14.98 | 10.75 | 11.64 | - |
| YUV | 93.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 93 | 0 | 0.50 | 0.34 | 0.45 | 340.29 | 0.33 | 0.41 |
| Hex | 8C | 46 | 5D | 0 | 32 | 22 | 2D | 154 | 21 | 29 |
| Octal | 214 | 106 | 135 | 0 | 62 | 42 | 55 | 524 | 41 | 51 |
| Binary | 10001100 | 1000110 | 1011101 | 0 | 110010 | 100010 | 101101 | 101010100 | 100001 | 101001 |
Color Harmonies of #8C465D
Complementary color
Monochromatic Colors of #8C465D
Black with #8C465D
Text Example
Text Example
White with #8C465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C465D; }
p { color: rgb(140,70,93); }
H1.HeaderClassName
{
color: #8C465D;
}
.AnyTagClassName
{
color: #8C465D;
}
</style>
background-color css
<style>
a { background-color: #8C465D; }
a { background-color: rgb(140,70,93); }
div.DivClassName
{
background-color: #8C465D;
}
.BgClassName
{
background-color: #8C465D;
}
</style>
border-color css
<style>
span { border-color: #8C465D; }
span { border-color: rgb(140,70,93); }
td.TdClassName
{
border-color: #8C465D;
}
.TagClassName
{
border-color: #8C465D;
}
</style>