Shades of Cadillac #9C4962
Tints of Cadillac #9C4962
RGB
CMYK
RGB Variations
Color information
#9C4962 (or 0x9C4962) is known color: Cadillac. HEX triplet: 9C, 49 and 62. RGB value is (156,73,98). Sum of RGB (Red+Green+Blue) = 156+73+98=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4962 is #63B69D. Grayscale: #646464. Windows color (decimal): -6534814 or 6441372. OLE color: 6441372.
HSL color Cylindrical-coordinate representation of color #9C4962: hue angle of 341.93º 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 #9C4962 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 73 | 98 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.39 |
| HSL | 341.93º | 0.36% | 0.45% | - |
| HSV(B) | 341.93º | 0.53% | 0.61% | - |
| XYZ | 18.3 | 12.71 | 13.05 | - |
| YUV | 100.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 73 | 98 | 0 | 0.53 | 0.37 | 0.39 | 341.93 | 0.36 | 0.45 |
| Hex | 9C | 49 | 62 | 0 | 35 | 25 | 27 | 156 | 24 | 2D |
| Octal | 234 | 111 | 142 | 0 | 65 | 45 | 47 | 526 | 44 | 55 |
| Binary | 10011100 | 1001001 | 1100010 | 0 | 110101 | 100101 | 100111 | 101010110 | 100100 | 101101 |
Color Harmonies of #9C4962
Complementary color
Monochromatic Colors of #9C4962
Black with #9C4962
Text Example
Text Example
White with #9C4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4962; }
p { color: rgb(156,73,98); }
H1.HeaderClassName
{
color: #9C4962;
}
.AnyTagClassName
{
color: #9C4962;
}
</style>
background-color css
<style>
a { background-color: #9C4962; }
a { background-color: rgb(156,73,98); }
div.DivClassName
{
background-color: #9C4962;
}
.BgClassName
{
background-color: #9C4962;
}
</style>
border-color css
<style>
span { border-color: #9C4962; }
span { border-color: rgb(156,73,98); }
td.TdClassName
{
border-color: #9C4962;
}
.TagClassName
{
border-color: #9C4962;
}
</style>