Shades of Cadillac #8F485E
Tints of Cadillac #8F485E
RGB
CMYK
RGB Variations
Color information
#8F485E (or 0x8F485E) is known color: Cadillac. HEX triplet: 8F, 48 and 5E. RGB value is (143,72,94). Sum of RGB (Red+Green+Blue) = 143+72+94=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F485E is #70B7A1. Grayscale: #5F5F5F. Windows color (decimal): -7387042 or 6178959. OLE color: 6178959.
HSL color Cylindrical-coordinate representation of color #8F485E: hue angle of 341.41º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F485E is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 72 | 94 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.44 |
| HSL | 341.41º | 0.33% | 0.42% | - |
| HSV(B) | 341.41º | 0.5% | 0.56% | - |
| XYZ | 15.67 | 11.28 | 11.94 | - |
| YUV | 95.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 94 | 0 | 0.50 | 0.34 | 0.44 | 341.41 | 0.33 | 0.42 |
| Hex | 8F | 48 | 5E | 0 | 32 | 22 | 2C | 155 | 21 | 2A |
| Octal | 217 | 110 | 136 | 0 | 62 | 42 | 54 | 525 | 41 | 52 |
| Binary | 10001111 | 1001000 | 1011110 | 0 | 110010 | 100010 | 101100 | 101010101 | 100001 | 101010 |
Color Harmonies of #8F485E
Complementary color
Monochromatic Colors of #8F485E
Black with #8F485E
Text Example
Text Example
White with #8F485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F485E; }
p { color: rgb(143,72,94); }
H1.HeaderClassName
{
color: #8F485E;
}
.AnyTagClassName
{
color: #8F485E;
}
</style>
background-color css
<style>
a { background-color: #8F485E; }
a { background-color: rgb(143,72,94); }
div.DivClassName
{
background-color: #8F485E;
}
.BgClassName
{
background-color: #8F485E;
}
</style>
border-color css
<style>
span { border-color: #8F485E; }
span { border-color: rgb(143,72,94); }
td.TdClassName
{
border-color: #8F485E;
}
.TagClassName
{
border-color: #8F485E;
}
</style>