Shades of Cadillac #9C405F
Tints of Cadillac #9C405F
RGB
CMYK
RGB Variations
Color information
#9C405F (or 0x9C405F) is known color: Cadillac. HEX triplet: 9C, 40 and 5F. RGB value is (156,64,95). Sum of RGB (Red+Green+Blue) = 156+64+95=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C405F is #63BFA0. Grayscale: #5F5F5F. Windows color (decimal): -6537121 or 6242460. OLE color: 6242460.
HSL color Cylindrical-coordinate representation of color #9C405F: hue angle of 339.78º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C405F is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 95 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.39 |
| HSL | 339.78º | 0.42% | 0.43% | - |
| HSV(B) | 339.78º | 0.59% | 0.61% | - |
| XYZ | 17.61 | 11.56 | 12.13 | - |
| YUV | 95.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 95 | 0 | 0.59 | 0.39 | 0.39 | 339.78 | 0.42 | 0.43 |
| Hex | 9C | 40 | 5F | 0 | 3B | 27 | 27 | 154 | 2A | 2B |
| Octal | 234 | 100 | 137 | 0 | 73 | 47 | 47 | 524 | 52 | 53 |
| Binary | 10011100 | 1000000 | 1011111 | 0 | 111011 | 100111 | 100111 | 101010100 | 101010 | 101011 |
Color Harmonies of #9C405F
Complementary color
Monochromatic Colors of #9C405F
Black with #9C405F
Text Example
Text Example
White with #9C405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C405F; }
p { color: rgb(156,64,95); }
H1.HeaderClassName
{
color: #9C405F;
}
.AnyTagClassName
{
color: #9C405F;
}
</style>
background-color css
<style>
a { background-color: #9C405F; }
a { background-color: rgb(156,64,95); }
div.DivClassName
{
background-color: #9C405F;
}
.BgClassName
{
background-color: #9C405F;
}
</style>
border-color css
<style>
span { border-color: #9C405F; }
span { border-color: rgb(156,64,95); }
td.TdClassName
{
border-color: #9C405F;
}
.TagClassName
{
border-color: #9C405F;
}
</style>