Shades of Cadillac #8D415C
Tints of Cadillac #8D415C
RGB
CMYK
RGB Variations
Color information
#8D415C (or 0x8D415C) is known color: Cadillac. HEX triplet: 8D, 41 and 5C. RGB value is (141,65,92). Sum of RGB (Red+Green+Blue) = 141+65+92=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D415C is #72BEA3. Grayscale: #5A5A5A. Windows color (decimal): -7519908 or 6046093. OLE color: 6046093.
HSL color Cylindrical-coordinate representation of color #8D415C: hue angle of 338.68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D415C is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 92 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.45 |
| HSL | 338.68º | 0.37% | 0.4% | - |
| HSV(B) | 338.68º | 0.54% | 0.55% | - |
| XYZ | 14.81 | 10.22 | 11.32 | - |
| YUV | 90.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 92 | 0 | 0.54 | 0.35 | 0.45 | 338.68 | 0.37 | 0.4 |
| Hex | 8D | 41 | 5C | 0 | 36 | 23 | 2D | 153 | 25 | 28 |
| Octal | 215 | 101 | 134 | 0 | 66 | 43 | 55 | 523 | 45 | 50 |
| Binary | 10001101 | 1000001 | 1011100 | 0 | 110110 | 100011 | 101101 | 101010011 | 100101 | 101000 |
Color Harmonies of #8D415C
Complementary color
Monochromatic Colors of #8D415C
Black with #8D415C
Text Example
Text Example
White with #8D415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D415C; }
p { color: rgb(141,65,92); }
H1.HeaderClassName
{
color: #8D415C;
}
.AnyTagClassName
{
color: #8D415C;
}
</style>
background-color css
<style>
a { background-color: #8D415C; }
a { background-color: rgb(141,65,92); }
div.DivClassName
{
background-color: #8D415C;
}
.BgClassName
{
background-color: #8D415C;
}
</style>
border-color css
<style>
span { border-color: #8D415C; }
span { border-color: rgb(141,65,92); }
td.TdClassName
{
border-color: #8D415C;
}
.TagClassName
{
border-color: #8D415C;
}
</style>