Shades of Cadillac #8D485B
Tints of Cadillac #8D485B
RGB
CMYK
RGB Variations
Color information
#8D485B (or 0x8D485B) is known color: Cadillac. HEX triplet: 8D, 48 and 5B. RGB value is (141,72,91). Sum of RGB (Red+Green+Blue) = 141+72+91=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D485B is #72B7A4. Grayscale: #5E5E5E. Windows color (decimal): -7518117 or 5982349. OLE color: 5982349.
HSL color Cylindrical-coordinate representation of color #8D485B: hue angle of 343.48º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D485B is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 91 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.45 |
| HSL | 343.48º | 0.32% | 0.42% | - |
| HSV(B) | 343.48º | 0.49% | 0.55% | - |
| XYZ | 15.19 | 11.05 | 11.23 | - |
| YUV | 94.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 91 | 0 | 0.49 | 0.35 | 0.45 | 343.48 | 0.32 | 0.42 |
| Hex | 8D | 48 | 5B | 0 | 31 | 23 | 2D | 157 | 20 | 2A |
| Octal | 215 | 110 | 133 | 0 | 61 | 43 | 55 | 527 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1011011 | 0 | 110001 | 100011 | 101101 | 101010111 | 100000 | 101010 |
Color Harmonies of #8D485B
Complementary color
Monochromatic Colors of #8D485B
Black with #8D485B
Text Example
Text Example
White with #8D485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D485B; }
p { color: rgb(141,72,91); }
H1.HeaderClassName
{
color: #8D485B;
}
.AnyTagClassName
{
color: #8D485B;
}
</style>
background-color css
<style>
a { background-color: #8D485B; }
a { background-color: rgb(141,72,91); }
div.DivClassName
{
background-color: #8D485B;
}
.BgClassName
{
background-color: #8D485B;
}
</style>
border-color css
<style>
span { border-color: #8D485B; }
span { border-color: rgb(141,72,91); }
td.TdClassName
{
border-color: #8D485B;
}
.TagClassName
{
border-color: #8D485B;
}
</style>