Shades of Cadillac #8C4759
Tints of Cadillac #8C4759
RGB
CMYK
RGB Variations
Color information
#8C4759 (or 0x8C4759) is known color: Cadillac. HEX triplet: 8C, 47 and 59. RGB value is (140,71,89). Sum of RGB (Red+Green+Blue) = 140+71+89=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4759 is #73B8A6. Grayscale: #5D5D5D. Windows color (decimal): -7583911 or 5851020. OLE color: 5851020.
HSL color Cylindrical-coordinate representation of color #8C4759: hue angle of 344.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4759 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 89 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.45 |
| HSL | 344.35º | 0.33% | 0.41% | - |
| HSV(B) | 344.35º | 0.49% | 0.55% | - |
| XYZ | 14.87 | 10.8 | 10.75 | - |
| YUV | 93.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 89 | 0 | 0.49 | 0.36 | 0.45 | 344.35 | 0.33 | 0.41 |
| Hex | 8C | 47 | 59 | 0 | 31 | 24 | 2D | 158 | 21 | 29 |
| Octal | 214 | 107 | 131 | 0 | 61 | 44 | 55 | 530 | 41 | 51 |
| Binary | 10001100 | 1000111 | 1011001 | 0 | 110001 | 100100 | 101101 | 101011000 | 100001 | 101001 |
Color Harmonies of #8C4759
Complementary color
Monochromatic Colors of #8C4759
Black with #8C4759
Text Example
Text Example
White with #8C4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4759; }
p { color: rgb(140,71,89); }
H1.HeaderClassName
{
color: #8C4759;
}
.AnyTagClassName
{
color: #8C4759;
}
</style>
background-color css
<style>
a { background-color: #8C4759; }
a { background-color: rgb(140,71,89); }
div.DivClassName
{
background-color: #8C4759;
}
.BgClassName
{
background-color: #8C4759;
}
</style>
border-color css
<style>
span { border-color: #8C4759; }
span { border-color: rgb(140,71,89); }
td.TdClassName
{
border-color: #8C4759;
}
.TagClassName
{
border-color: #8C4759;
}
</style>