Shades of Cadillac #8C4758
Tints of Cadillac #8C4758
RGB
CMYK
RGB Variations
Color information
#8C4758 (or 0x8C4758) is known color: Cadillac. HEX triplet: 8C, 47 and 58. RGB value is (140,71,88). Sum of RGB (Red+Green+Blue) = 140+71+88=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4758 is #73B8A7. Grayscale: #5D5D5D. Windows color (decimal): -7583912 or 5785484. OLE color: 5785484.
HSL color Cylindrical-coordinate representation of color #8C4758: hue angle of 345.22º 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 #8C4758 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 88 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.45 |
| HSL | 345.22º | 0.33% | 0.41% | - |
| HSV(B) | 345.22º | 0.49% | 0.55% | - |
| XYZ | 14.83 | 10.79 | 10.53 | - |
| YUV | 93.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 88 | 0 | 0.49 | 0.37 | 0.45 | 345.22 | 0.33 | 0.41 |
| Hex | 8C | 47 | 58 | 0 | 31 | 25 | 2D | 159 | 21 | 29 |
| Octal | 214 | 107 | 130 | 0 | 61 | 45 | 55 | 531 | 41 | 51 |
| Binary | 10001100 | 1000111 | 1011000 | 0 | 110001 | 100101 | 101101 | 101011001 | 100001 | 101001 |
Color Harmonies of #8C4758
Complementary color
Monochromatic Colors of #8C4758
Black with #8C4758
Text Example
Text Example
White with #8C4758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4758; }
p { color: rgb(140,71,88); }
H1.HeaderClassName
{
color: #8C4758;
}
.AnyTagClassName
{
color: #8C4758;
}
</style>
background-color css
<style>
a { background-color: #8C4758; }
a { background-color: rgb(140,71,88); }
div.DivClassName
{
background-color: #8C4758;
}
.BgClassName
{
background-color: #8C4758;
}
</style>
border-color css
<style>
span { border-color: #8C4758; }
span { border-color: rgb(140,71,88); }
td.TdClassName
{
border-color: #8C4758;
}
.TagClassName
{
border-color: #8C4758;
}
</style>