Shades of Cadillac #9C4659
Tints of Cadillac #9C4659
RGB
CMYK
RGB Variations
Color information
#9C4659 (or 0x9C4659) is known color: Cadillac. HEX triplet: 9C, 46 and 59. RGB value is (156,70,89). Sum of RGB (Red+Green+Blue) = 156+70+89=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4659 is #63B9A6. Grayscale: #616161. Windows color (decimal): -6535591 or 5850780. OLE color: 5850780.
HSL color Cylindrical-coordinate representation of color #9C4659: hue angle of 346.74º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C4659 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 89 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.39 |
| HSL | 346.74º | 0.38% | 0.44% | - |
| HSV(B) | 346.74º | 0.55% | 0.61% | - |
| XYZ | 17.7 | 12.17 | 10.87 | - |
| YUV | 97.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 89 | 0 | 0.55 | 0.43 | 0.39 | 346.74 | 0.38 | 0.44 |
| Hex | 9C | 46 | 59 | 0 | 37 | 2B | 27 | 15B | 26 | 2C |
| Octal | 234 | 106 | 131 | 0 | 67 | 53 | 47 | 533 | 46 | 54 |
| Binary | 10011100 | 1000110 | 1011001 | 0 | 110111 | 101011 | 100111 | 101011011 | 100110 | 101100 |
Color Harmonies of #9C4659
Complementary color
Monochromatic Colors of #9C4659
Black with #9C4659
Text Example
Text Example
White with #9C4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4659; }
p { color: rgb(156,70,89); }
H1.HeaderClassName
{
color: #9C4659;
}
.AnyTagClassName
{
color: #9C4659;
}
</style>
background-color css
<style>
a { background-color: #9C4659; }
a { background-color: rgb(156,70,89); }
div.DivClassName
{
background-color: #9C4659;
}
.BgClassName
{
background-color: #9C4659;
}
</style>
border-color css
<style>
span { border-color: #9C4659; }
span { border-color: rgb(156,70,89); }
td.TdClassName
{
border-color: #9C4659;
}
.TagClassName
{
border-color: #9C4659;
}
</style>