Shades of Cadillac #8C4258
Tints of Cadillac #8C4258
RGB
CMYK
RGB Variations
Color information
#8C4258 (or 0x8C4258) is known color: Cadillac. HEX triplet: 8C, 42 and 58. RGB value is (140,66,88). Sum of RGB (Red+Green+Blue) = 140+66+88=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4258 is #73BDA7. Grayscale: #5A5A5A. Windows color (decimal): -7585192 or 5784204. OLE color: 5784204.
HSL color Cylindrical-coordinate representation of color #8C4258: hue angle of 342.16º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C4258 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 88 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.45 |
| HSL | 342.16º | 0.36% | 0.4% | - |
| HSV(B) | 342.16º | 0.53% | 0.55% | - |
| XYZ | 14.52 | 10.18 | 10.43 | - |
| YUV | 90.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 88 | 0 | 0.53 | 0.37 | 0.45 | 342.16 | 0.36 | 0.4 |
| Hex | 8C | 42 | 58 | 0 | 35 | 25 | 2D | 156 | 24 | 28 |
| Octal | 214 | 102 | 130 | 0 | 65 | 45 | 55 | 526 | 44 | 50 |
| Binary | 10001100 | 1000010 | 1011000 | 0 | 110101 | 100101 | 101101 | 101010110 | 100100 | 101000 |
Color Harmonies of #8C4258
Complementary color
Monochromatic Colors of #8C4258
Black with #8C4258
Text Example
Text Example
White with #8C4258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4258; }
p { color: rgb(140,66,88); }
H1.HeaderClassName
{
color: #8C4258;
}
.AnyTagClassName
{
color: #8C4258;
}
</style>
background-color css
<style>
a { background-color: #8C4258; }
a { background-color: rgb(140,66,88); }
div.DivClassName
{
background-color: #8C4258;
}
.BgClassName
{
background-color: #8C4258;
}
</style>
border-color css
<style>
span { border-color: #8C4258; }
span { border-color: rgb(140,66,88); }
td.TdClassName
{
border-color: #8C4258;
}
.TagClassName
{
border-color: #8C4258;
}
</style>