Shades of Cadillac #9C4D5B
Tints of Cadillac #9C4D5B
RGB
CMYK
RGB Variations
Color information
#9C4D5B (or 0x9C4D5B) is known color: Cadillac. HEX triplet: 9C, 4D and 5B. RGB value is (156,77,91). Sum of RGB (Red+Green+Blue) = 156+77+91=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D5B is #63B2A4. Grayscale: #666666. Windows color (decimal): -6533797 or 5983644. OLE color: 5983644.
HSL color Cylindrical-coordinate representation of color #9C4D5B: hue angle of 349.37º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4D5B is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 91 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.39 |
| HSL | 349.37º | 0.34% | 0.46% | - |
| HSV(B) | 349.37º | 0.51% | 0.61% | - |
| XYZ | 18.25 | 13.13 | 11.47 | - |
| YUV | 102.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 91 | 0 | 0.51 | 0.42 | 0.39 | 349.37 | 0.34 | 0.46 |
| Hex | 9C | 4D | 5B | 0 | 33 | 2A | 27 | 15D | 22 | 2E |
| Octal | 234 | 115 | 133 | 0 | 63 | 52 | 47 | 535 | 42 | 56 |
| Binary | 10011100 | 1001101 | 1011011 | 0 | 110011 | 101010 | 100111 | 101011101 | 100010 | 101110 |
Color Harmonies of #9C4D5B
Complementary color
Monochromatic Colors of #9C4D5B
Black with #9C4D5B
Text Example
Text Example
White with #9C4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D5B; }
p { color: rgb(156,77,91); }
H1.HeaderClassName
{
color: #9C4D5B;
}
.AnyTagClassName
{
color: #9C4D5B;
}
</style>
background-color css
<style>
a { background-color: #9C4D5B; }
a { background-color: rgb(156,77,91); }
div.DivClassName
{
background-color: #9C4D5B;
}
.BgClassName
{
background-color: #9C4D5B;
}
</style>
border-color css
<style>
span { border-color: #9C4D5B; }
span { border-color: rgb(156,77,91); }
td.TdClassName
{
border-color: #9C4D5B;
}
.TagClassName
{
border-color: #9C4D5B;
}
</style>