Shades of Cadillac #8D485C
Tints of Cadillac #8D485C
RGB
CMYK
RGB Variations
Color information
#8D485C (or 0x8D485C) is known color: Cadillac. HEX triplet: 8D, 48 and 5C. RGB value is (141,72,92). Sum of RGB (Red+Green+Blue) = 141+72+92=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D485C is #72B7A3. Grayscale: #5E5E5E. Windows color (decimal): -7518116 or 6047885. OLE color: 6047885.
HSL color Cylindrical-coordinate representation of color #8D485C: hue angle of 342.61º 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 #8D485C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 92 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.45 |
| HSL | 342.61º | 0.32% | 0.42% | - |
| HSV(B) | 342.61º | 0.49% | 0.55% | - |
| XYZ | 15.23 | 11.07 | 11.46 | - |
| YUV | 94.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 92 | 0 | 0.49 | 0.35 | 0.45 | 342.61 | 0.32 | 0.42 |
| Hex | 8D | 48 | 5C | 0 | 31 | 23 | 2D | 157 | 20 | 2A |
| Octal | 215 | 110 | 134 | 0 | 61 | 43 | 55 | 527 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1011100 | 0 | 110001 | 100011 | 101101 | 101010111 | 100000 | 101010 |
Color Harmonies of #8D485C
Complementary color
Monochromatic Colors of #8D485C
Black with #8D485C
Text Example
Text Example
White with #8D485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D485C; }
p { color: rgb(141,72,92); }
H1.HeaderClassName
{
color: #8D485C;
}
.AnyTagClassName
{
color: #8D485C;
}
</style>
background-color css
<style>
a { background-color: #8D485C; }
a { background-color: rgb(141,72,92); }
div.DivClassName
{
background-color: #8D485C;
}
.BgClassName
{
background-color: #8D485C;
}
</style>
border-color css
<style>
span { border-color: #8D485C; }
span { border-color: rgb(141,72,92); }
td.TdClassName
{
border-color: #8D485C;
}
.TagClassName
{
border-color: #8D485C;
}
</style>