Shades of Cadillac #8C455E
Tints of Cadillac #8C455E
RGB
CMYK
RGB Variations
Color information
#8C455E (or 0x8C455E) is known color: Cadillac. HEX triplet: 8C, 45 and 5E. RGB value is (140,69,94). Sum of RGB (Red+Green+Blue) = 140+69+94=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C455E is #73BAA1. Grayscale: #5D5D5D. Windows color (decimal): -7584418 or 6178188. OLE color: 6178188.
HSL color Cylindrical-coordinate representation of color #8C455E: hue angle of 338.87º degrees, saturation: 0.34, 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 #8C455E is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 94 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.45 |
| HSL | 338.87º | 0.34% | 0.41% | - |
| HSV(B) | 338.87º | 0.51% | 0.55% | - |
| XYZ | 14.96 | 10.64 | 11.85 | - |
| YUV | 93.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 94 | 0 | 0.51 | 0.33 | 0.45 | 338.87 | 0.34 | 0.41 |
| Hex | 8C | 45 | 5E | 0 | 33 | 21 | 2D | 153 | 22 | 29 |
| Octal | 214 | 105 | 136 | 0 | 63 | 41 | 55 | 523 | 42 | 51 |
| Binary | 10001100 | 1000101 | 1011110 | 0 | 110011 | 100001 | 101101 | 101010011 | 100010 | 101001 |
Color Harmonies of #8C455E
Complementary color
Monochromatic Colors of #8C455E
Black with #8C455E
Text Example
Text Example
White with #8C455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C455E; }
p { color: rgb(140,69,94); }
H1.HeaderClassName
{
color: #8C455E;
}
.AnyTagClassName
{
color: #8C455E;
}
</style>
background-color css
<style>
a { background-color: #8C455E; }
a { background-color: rgb(140,69,94); }
div.DivClassName
{
background-color: #8C455E;
}
.BgClassName
{
background-color: #8C455E;
}
</style>
border-color css
<style>
span { border-color: #8C455E; }
span { border-color: rgb(140,69,94); }
td.TdClassName
{
border-color: #8C455E;
}
.TagClassName
{
border-color: #8C455E;
}
</style>