Shades of Cadillac #9C4564
Tints of Cadillac #9C4564
RGB
CMYK
RGB Variations
Color information
#9C4564 (or 0x9C4564) is known color: Cadillac. HEX triplet: 9C, 45 and 64. RGB value is (156,69,100). Sum of RGB (Red+Green+Blue) = 156+69+100=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4564 is #63BA9B. Grayscale: #626262. Windows color (decimal): -6535836 or 6571420. OLE color: 6571420.
HSL color Cylindrical-coordinate representation of color #9C4564: hue angle of 338.62º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4564 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 69 | 100 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.39 |
| HSL | 338.62º | 0.39% | 0.44% | - |
| HSV(B) | 338.62º | 0.56% | 0.61% | - |
| XYZ | 18.14 | 12.24 | 13.46 | - |
| YUV | 98.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 100 | 0 | 0.56 | 0.36 | 0.39 | 338.62 | 0.39 | 0.44 |
| Hex | 9C | 45 | 64 | 0 | 38 | 24 | 27 | 153 | 27 | 2C |
| Octal | 234 | 105 | 144 | 0 | 70 | 44 | 47 | 523 | 47 | 54 |
| Binary | 10011100 | 1000101 | 1100100 | 0 | 111000 | 100100 | 100111 | 101010011 | 100111 | 101100 |
Color Harmonies of #9C4564
Complementary color
Monochromatic Colors of #9C4564
Black with #9C4564
Text Example
Text Example
White with #9C4564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4564; }
p { color: rgb(156,69,100); }
H1.HeaderClassName
{
color: #9C4564;
}
.AnyTagClassName
{
color: #9C4564;
}
</style>
background-color css
<style>
a { background-color: #9C4564; }
a { background-color: rgb(156,69,100); }
div.DivClassName
{
background-color: #9C4564;
}
.BgClassName
{
background-color: #9C4564;
}
</style>
border-color css
<style>
span { border-color: #9C4564; }
span { border-color: rgb(156,69,100); }
td.TdClassName
{
border-color: #9C4564;
}
.TagClassName
{
border-color: #9C4564;
}
</style>