Shades of Cadillac #8C415B
Tints of Cadillac #8C415B
RGB
CMYK
RGB Variations
Color information
#8C415B (or 0x8C415B) is known color: Cadillac. HEX triplet: 8C, 41 and 5B. RGB value is (140,65,91). Sum of RGB (Red+Green+Blue) = 140+65+91=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C415B is #73BEA4. Grayscale: #5A5A5A. Windows color (decimal): -7585445 or 5980556. OLE color: 5980556.
HSL color Cylindrical-coordinate representation of color #8C415B: hue angle of 339.2º 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 #8C415B is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 91 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.45 |
| HSL | 339.2º | 0.37% | 0.4% | - |
| HSV(B) | 339.2º | 0.54% | 0.55% | - |
| XYZ | 14.59 | 10.11 | 11.08 | - |
| YUV | 90.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 91 | 0 | 0.54 | 0.35 | 0.45 | 339.2 | 0.37 | 0.4 |
| Hex | 8C | 41 | 5B | 0 | 36 | 23 | 2D | 153 | 25 | 28 |
| Octal | 214 | 101 | 133 | 0 | 66 | 43 | 55 | 523 | 45 | 50 |
| Binary | 10001100 | 1000001 | 1011011 | 0 | 110110 | 100011 | 101101 | 101010011 | 100101 | 101000 |
Color Harmonies of #8C415B
Complementary color
Monochromatic Colors of #8C415B
Black with #8C415B
Text Example
Text Example
White with #8C415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C415B; }
p { color: rgb(140,65,91); }
H1.HeaderClassName
{
color: #8C415B;
}
.AnyTagClassName
{
color: #8C415B;
}
</style>
background-color css
<style>
a { background-color: #8C415B; }
a { background-color: rgb(140,65,91); }
div.DivClassName
{
background-color: #8C415B;
}
.BgClassName
{
background-color: #8C415B;
}
</style>
border-color css
<style>
span { border-color: #8C415B; }
span { border-color: rgb(140,65,91); }
td.TdClassName
{
border-color: #8C415B;
}
.TagClassName
{
border-color: #8C415B;
}
</style>