Shades of Cadillac #8C405B
Tints of Cadillac #8C405B
RGB
CMYK
RGB Variations
Color information
#8C405B (or 0x8C405B) is known color: Cadillac. HEX triplet: 8C, 40 and 5B. RGB value is (140,64,91). Sum of RGB (Red+Green+Blue) = 140+64+91=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C405B is #73BFA4. Grayscale: #595959. Windows color (decimal): -7585701 or 5980300. OLE color: 5980300.
HSL color Cylindrical-coordinate representation of color #8C405B: 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 #8C405B is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 91 | - |
| 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.54 | 10 | 11.06 | - |
| YUV | 89.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 91 | 0 | 0.54 | 0.35 | 0.45 | 338.68 | 0.37 | 0.4 |
| Hex | 8C | 40 | 5B | 0 | 36 | 23 | 2D | 153 | 25 | 28 |
| Octal | 214 | 100 | 133 | 0 | 66 | 43 | 55 | 523 | 45 | 50 |
| Binary | 10001100 | 1000000 | 1011011 | 0 | 110110 | 100011 | 101101 | 101010011 | 100101 | 101000 |
Color Harmonies of #8C405B
Complementary color
Monochromatic Colors of #8C405B
Black with #8C405B
Text Example
Text Example
White with #8C405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C405B; }
p { color: rgb(140,64,91); }
H1.HeaderClassName
{
color: #8C405B;
}
.AnyTagClassName
{
color: #8C405B;
}
</style>
background-color css
<style>
a { background-color: #8C405B; }
a { background-color: rgb(140,64,91); }
div.DivClassName
{
background-color: #8C405B;
}
.BgClassName
{
background-color: #8C405B;
}
</style>
border-color css
<style>
span { border-color: #8C405B; }
span { border-color: rgb(140,64,91); }
td.TdClassName
{
border-color: #8C405B;
}
.TagClassName
{
border-color: #8C405B;
}
</style>