Shades of Cadillac #9C4064
Tints of Cadillac #9C4064
RGB
CMYK
RGB Variations
Color information
#9C4064 (or 0x9C4064) is known color: Cadillac. HEX triplet: 9C, 40 and 64. RGB value is (156,64,100). Sum of RGB (Red+Green+Blue) = 156+64+100=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4064 is #63BF9B. Grayscale: #5F5F5F. Windows color (decimal): -6537116 or 6570140. OLE color: 6570140.
HSL color Cylindrical-coordinate representation of color #9C4064: hue angle of 336.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C4064 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 100 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.39 |
| HSL | 336.52º | 0.42% | 0.43% | - |
| HSV(B) | 336.52º | 0.59% | 0.61% | - |
| XYZ | 17.84 | 11.65 | 13.37 | - |
| YUV | 95.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 100 | 0 | 0.59 | 0.36 | 0.39 | 336.52 | 0.42 | 0.43 |
| Hex | 9C | 40 | 64 | 0 | 3B | 24 | 27 | 151 | 2A | 2B |
| Octal | 234 | 100 | 144 | 0 | 73 | 44 | 47 | 521 | 52 | 53 |
| Binary | 10011100 | 1000000 | 1100100 | 0 | 111011 | 100100 | 100111 | 101010001 | 101010 | 101011 |
Color Harmonies of #9C4064
Complementary color
Monochromatic Colors of #9C4064
Black with #9C4064
Text Example
Text Example
White with #9C4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4064; }
p { color: rgb(156,64,100); }
H1.HeaderClassName
{
color: #9C4064;
}
.AnyTagClassName
{
color: #9C4064;
}
</style>
background-color css
<style>
a { background-color: #9C4064; }
a { background-color: rgb(156,64,100); }
div.DivClassName
{
background-color: #9C4064;
}
.BgClassName
{
background-color: #9C4064;
}
</style>
border-color css
<style>
span { border-color: #9C4064; }
span { border-color: rgb(156,64,100); }
td.TdClassName
{
border-color: #9C4064;
}
.TagClassName
{
border-color: #9C4064;
}
</style>