Shades of Cadillac #9C4966
Tints of Cadillac #9C4966
RGB
CMYK
RGB Variations
Color information
#9C4966 (or 0x9C4966) is known color: Cadillac. HEX triplet: 9C, 49 and 66. RGB value is (156,73,102). Sum of RGB (Red+Green+Blue) = 156+73+102=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4966 is #63B699. Grayscale: #656565. Windows color (decimal): -6534810 or 6703516. OLE color: 6703516.
HSL color Cylindrical-coordinate representation of color #9C4966: hue angle of 339.04º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C4966 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 73 | 102 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.39 |
| HSL | 339.04º | 0.36% | 0.45% | - |
| HSV(B) | 339.04º | 0.53% | 0.61% | - |
| XYZ | 18.49 | 12.79 | 14.06 | - |
| YUV | 101.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 73 | 102 | 0 | 0.53 | 0.35 | 0.39 | 339.04 | 0.36 | 0.45 |
| Hex | 9C | 49 | 66 | 0 | 35 | 23 | 27 | 153 | 24 | 2D |
| Octal | 234 | 111 | 146 | 0 | 65 | 43 | 47 | 523 | 44 | 55 |
| Binary | 10011100 | 1001001 | 1100110 | 0 | 110101 | 100011 | 100111 | 101010011 | 100100 | 101101 |
Color Harmonies of #9C4966
Complementary color
Monochromatic Colors of #9C4966
Black with #9C4966
Text Example
Text Example
White with #9C4966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4966; }
p { color: rgb(156,73,102); }
H1.HeaderClassName
{
color: #9C4966;
}
.AnyTagClassName
{
color: #9C4966;
}
</style>
background-color css
<style>
a { background-color: #9C4966; }
a { background-color: rgb(156,73,102); }
div.DivClassName
{
background-color: #9C4966;
}
.BgClassName
{
background-color: #9C4966;
}
</style>
border-color css
<style>
span { border-color: #9C4966; }
span { border-color: rgb(156,73,102); }
td.TdClassName
{
border-color: #9C4966;
}
.TagClassName
{
border-color: #9C4966;
}
</style>