Shades of Cadillac #9C4162
Tints of Cadillac #9C4162
RGB
CMYK
RGB Variations
Color information
#9C4162 (or 0x9C4162) is known color: Cadillac. HEX triplet: 9C, 41 and 62. RGB value is (156,65,98). Sum of RGB (Red+Green+Blue) = 156+65+98=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4162 is #63BE9D. Grayscale: #5F5F5F. Windows color (decimal): -6536862 or 6439324. OLE color: 6439324.
HSL color Cylindrical-coordinate representation of color #9C4162: hue angle of 338.24º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4162 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 65 | 98 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.39 |
| HSL | 338.24º | 0.41% | 0.43% | - |
| HSV(B) | 338.24º | 0.58% | 0.61% | - |
| XYZ | 17.81 | 11.73 | 12.88 | - |
| YUV | 95.97 | 129.15 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 98 | 0 | 0.58 | 0.37 | 0.39 | 338.24 | 0.41 | 0.43 |
| Hex | 9C | 41 | 62 | 0 | 3A | 25 | 27 | 152 | 29 | 2B |
| Octal | 234 | 101 | 142 | 0 | 72 | 45 | 47 | 522 | 51 | 53 |
| Binary | 10011100 | 1000001 | 1100010 | 0 | 111010 | 100101 | 100111 | 101010010 | 101001 | 101011 |
Color Harmonies of #9C4162
Complementary color
Monochromatic Colors of #9C4162
Black with #9C4162
Text Example
Text Example
White with #9C4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4162; }
p { color: rgb(156,65,98); }
H1.HeaderClassName
{
color: #9C4162;
}
.AnyTagClassName
{
color: #9C4162;
}
</style>
background-color css
<style>
a { background-color: #9C4162; }
a { background-color: rgb(156,65,98); }
div.DivClassName
{
background-color: #9C4162;
}
.BgClassName
{
background-color: #9C4162;
}
</style>
border-color css
<style>
span { border-color: #9C4162; }
span { border-color: rgb(156,65,98); }
td.TdClassName
{
border-color: #9C4162;
}
.TagClassName
{
border-color: #9C4162;
}
</style>