Shades of Cadillac #8C445F
Tints of Cadillac #8C445F
RGB
CMYK
RGB Variations
Color information
#8C445F (or 0x8C445F) is known color: Cadillac. HEX triplet: 8C, 44 and 5F. RGB value is (140,68,95). Sum of RGB (Red+Green+Blue) = 140+68+95=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C445F is #73BBA0. Grayscale: #5C5C5C. Windows color (decimal): -7584673 or 6243468. OLE color: 6243468.
HSL color Cylindrical-coordinate representation of color #8C445F: hue angle of 337.5º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C445F is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 95 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.45 |
| HSL | 337.5º | 0.35% | 0.41% | - |
| HSV(B) | 337.5º | 0.51% | 0.55% | - |
| XYZ | 14.95 | 10.54 | 12.07 | - |
| YUV | 92.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 95 | 0 | 0.51 | 0.32 | 0.45 | 337.5 | 0.35 | 0.41 |
| Hex | 8C | 44 | 5F | 0 | 33 | 20 | 2D | 152 | 23 | 29 |
| Octal | 214 | 104 | 137 | 0 | 63 | 40 | 55 | 522 | 43 | 51 |
| Binary | 10001100 | 1000100 | 1011111 | 0 | 110011 | 100000 | 101101 | 101010010 | 100011 | 101001 |
Color Harmonies of #8C445F
Complementary color
Monochromatic Colors of #8C445F
Black with #8C445F
Text Example
Text Example
White with #8C445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C445F; }
p { color: rgb(140,68,95); }
H1.HeaderClassName
{
color: #8C445F;
}
.AnyTagClassName
{
color: #8C445F;
}
</style>
background-color css
<style>
a { background-color: #8C445F; }
a { background-color: rgb(140,68,95); }
div.DivClassName
{
background-color: #8C445F;
}
.BgClassName
{
background-color: #8C445F;
}
</style>
border-color css
<style>
span { border-color: #8C445F; }
span { border-color: rgb(140,68,95); }
td.TdClassName
{
border-color: #8C445F;
}
.TagClassName
{
border-color: #8C445F;
}
</style>