Shades of Cadillac #9C4165
Tints of Cadillac #9C4165
RGB
CMYK
RGB Variations
Color information
#9C4165 (or 0x9C4165) is known color: Cadillac. HEX triplet: 9C, 41 and 65. RGB value is (156,65,101). Sum of RGB (Red+Green+Blue) = 156+65+101=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4165 is #63BE9A. Grayscale: #606060. Windows color (decimal): -6536859 or 6635932. OLE color: 6635932.
HSL color Cylindrical-coordinate representation of color #9C4165: hue angle of 336.26º 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 #9C4165 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 65 | 101 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.39 |
| HSL | 336.26º | 0.41% | 0.43% | - |
| HSV(B) | 336.26º | 0.58% | 0.61% | - |
| XYZ | 17.95 | 11.79 | 13.64 | - |
| YUV | 96.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 101 | 0 | 0.58 | 0.35 | 0.39 | 336.26 | 0.41 | 0.43 |
| Hex | 9C | 41 | 65 | 0 | 3A | 23 | 27 | 150 | 29 | 2B |
| Octal | 234 | 101 | 145 | 0 | 72 | 43 | 47 | 520 | 51 | 53 |
| Binary | 10011100 | 1000001 | 1100101 | 0 | 111010 | 100011 | 100111 | 101010000 | 101001 | 101011 |
Color Harmonies of #9C4165
Complementary color
Monochromatic Colors of #9C4165
Black with #9C4165
Text Example
Text Example
White with #9C4165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4165; }
p { color: rgb(156,65,101); }
H1.HeaderClassName
{
color: #9C4165;
}
.AnyTagClassName
{
color: #9C4165;
}
</style>
background-color css
<style>
a { background-color: #9C4165; }
a { background-color: rgb(156,65,101); }
div.DivClassName
{
background-color: #9C4165;
}
.BgClassName
{
background-color: #9C4165;
}
</style>
border-color css
<style>
span { border-color: #9C4165; }
span { border-color: rgb(156,65,101); }
td.TdClassName
{
border-color: #9C4165;
}
.TagClassName
{
border-color: #9C4165;
}
</style>