Shades of Cadillac #9C4759
Tints of Cadillac #9C4759
RGB
CMYK
RGB Variations
Color information
#9C4759 (or 0x9C4759) is known color: Cadillac. HEX triplet: 9C, 47 and 59. RGB value is (156,71,89). Sum of RGB (Red+Green+Blue) = 156+71+89=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4759 is #63B8A6. Grayscale: #626262. Windows color (decimal): -6535335 or 5851036. OLE color: 5851036.
HSL color Cylindrical-coordinate representation of color #9C4759: hue angle of 347.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C4759 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 89 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.39 |
| HSL | 347.29º | 0.37% | 0.45% | - |
| HSV(B) | 347.29º | 0.54% | 0.61% | - |
| XYZ | 17.77 | 12.3 | 10.89 | - |
| YUV | 98.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 89 | 0 | 0.54 | 0.43 | 0.39 | 347.29 | 0.37 | 0.45 |
| Hex | 9C | 47 | 59 | 0 | 36 | 2B | 27 | 15B | 25 | 2D |
| Octal | 234 | 107 | 131 | 0 | 66 | 53 | 47 | 533 | 45 | 55 |
| Binary | 10011100 | 1000111 | 1011001 | 0 | 110110 | 101011 | 100111 | 101011011 | 100101 | 101101 |
Color Harmonies of #9C4759
Complementary color
Monochromatic Colors of #9C4759
Black with #9C4759
Text Example
Text Example
White with #9C4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4759; }
p { color: rgb(156,71,89); }
H1.HeaderClassName
{
color: #9C4759;
}
.AnyTagClassName
{
color: #9C4759;
}
</style>
background-color css
<style>
a { background-color: #9C4759; }
a { background-color: rgb(156,71,89); }
div.DivClassName
{
background-color: #9C4759;
}
.BgClassName
{
background-color: #9C4759;
}
</style>
border-color css
<style>
span { border-color: #9C4759; }
span { border-color: rgb(156,71,89); }
td.TdClassName
{
border-color: #9C4759;
}
.TagClassName
{
border-color: #9C4759;
}
</style>