Shades of Cadillac #8D465F
Tints of Cadillac #8D465F
RGB
CMYK
RGB Variations
Color information
#8D465F (or 0x8D465F) is known color: Cadillac. HEX triplet: 8D, 46 and 5F. RGB value is (141,70,95). Sum of RGB (Red+Green+Blue) = 141+70+95=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D465F is #72B9A0. Grayscale: #5E5E5E. Windows color (decimal): -7518625 or 6243981. OLE color: 6243981.
HSL color Cylindrical-coordinate representation of color #8D465F: hue angle of 338.87º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D465F is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 95 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.45 |
| HSL | 338.87º | 0.34% | 0.41% | - |
| HSV(B) | 338.87º | 0.5% | 0.55% | - |
| XYZ | 15.24 | 10.87 | 12.12 | - |
| YUV | 94.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 95 | 0 | 0.50 | 0.33 | 0.45 | 338.87 | 0.34 | 0.41 |
| Hex | 8D | 46 | 5F | 0 | 32 | 21 | 2D | 153 | 22 | 29 |
| Octal | 215 | 106 | 137 | 0 | 62 | 41 | 55 | 523 | 42 | 51 |
| Binary | 10001101 | 1000110 | 1011111 | 0 | 110010 | 100001 | 101101 | 101010011 | 100010 | 101001 |
Color Harmonies of #8D465F
Complementary color
Monochromatic Colors of #8D465F
Black with #8D465F
Text Example
Text Example
White with #8D465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D465F; }
p { color: rgb(141,70,95); }
H1.HeaderClassName
{
color: #8D465F;
}
.AnyTagClassName
{
color: #8D465F;
}
</style>
background-color css
<style>
a { background-color: #8D465F; }
a { background-color: rgb(141,70,95); }
div.DivClassName
{
background-color: #8D465F;
}
.BgClassName
{
background-color: #8D465F;
}
</style>
border-color css
<style>
span { border-color: #8D465F; }
span { border-color: rgb(141,70,95); }
td.TdClassName
{
border-color: #8D465F;
}
.TagClassName
{
border-color: #8D465F;
}
</style>