Shades of Cadillac #8D465B
Tints of Cadillac #8D465B
RGB
CMYK
RGB Variations
Color information
#8D465B (or 0x8D465B) is known color: Cadillac. HEX triplet: 8D, 46 and 5B. RGB value is (141,70,91). Sum of RGB (Red+Green+Blue) = 141+70+91=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D465B is #72B9A4. Grayscale: #5D5D5D. Windows color (decimal): -7518629 or 5981837. OLE color: 5981837.
HSL color Cylindrical-coordinate representation of color #8D465B: hue angle of 342.25º 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 #8D465B is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 91 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.45 |
| HSL | 342.25º | 0.34% | 0.41% | - |
| HSV(B) | 342.25º | 0.5% | 0.55% | - |
| XYZ | 15.06 | 10.8 | 11.19 | - |
| YUV | 93.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 91 | 0 | 0.50 | 0.35 | 0.45 | 342.25 | 0.34 | 0.41 |
| Hex | 8D | 46 | 5B | 0 | 32 | 23 | 2D | 156 | 22 | 29 |
| Octal | 215 | 106 | 133 | 0 | 62 | 43 | 55 | 526 | 42 | 51 |
| Binary | 10001101 | 1000110 | 1011011 | 0 | 110010 | 100011 | 101101 | 101010110 | 100010 | 101001 |
Color Harmonies of #8D465B
Complementary color
Monochromatic Colors of #8D465B
Black with #8D465B
Text Example
Text Example
White with #8D465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D465B; }
p { color: rgb(141,70,91); }
H1.HeaderClassName
{
color: #8D465B;
}
.AnyTagClassName
{
color: #8D465B;
}
</style>
background-color css
<style>
a { background-color: #8D465B; }
a { background-color: rgb(141,70,91); }
div.DivClassName
{
background-color: #8D465B;
}
.BgClassName
{
background-color: #8D465B;
}
</style>
border-color css
<style>
span { border-color: #8D465B; }
span { border-color: rgb(141,70,91); }
td.TdClassName
{
border-color: #8D465B;
}
.TagClassName
{
border-color: #8D465B;
}
</style>