Shades of Cadillac #9C456C
Tints of Cadillac #9C456C
RGB
CMYK
RGB Variations
Color information
#9C456C (or 0x9C456C) is known color: Cadillac. HEX triplet: 9C, 45 and 6C. RGB value is (156,69,108). Sum of RGB (Red+Green+Blue) = 156+69+108=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C456C is #63BA93. Grayscale: #636363. Windows color (decimal): -6535828 or 7095708. OLE color: 7095708.
HSL color Cylindrical-coordinate representation of color #9C456C: hue angle of 333.1º 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 #9C456C is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 69 | 108 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.39 |
| HSL | 333.1º | 0.39% | 0.44% | - |
| HSV(B) | 333.1º | 0.56% | 0.61% | - |
| XYZ | 18.55 | 12.41 | 15.6 | - |
| YUV | 99.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 108 | 0 | 0.56 | 0.31 | 0.39 | 333.1 | 0.39 | 0.44 |
| Hex | 9C | 45 | 6C | 0 | 38 | 1F | 27 | 14D | 27 | 2C |
| Octal | 234 | 105 | 154 | 0 | 70 | 37 | 47 | 515 | 47 | 54 |
| Binary | 10011100 | 1000101 | 1101100 | 0 | 111000 | 11111 | 100111 | 101001101 | 100111 | 101100 |
Color Harmonies of #9C456C
Complementary color
Monochromatic Colors of #9C456C
Black with #9C456C
Text Example
Text Example
White with #9C456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C456C; }
p { color: rgb(156,69,108); }
H1.HeaderClassName
{
color: #9C456C;
}
.AnyTagClassName
{
color: #9C456C;
}
</style>
background-color css
<style>
a { background-color: #9C456C; }
a { background-color: rgb(156,69,108); }
div.DivClassName
{
background-color: #9C456C;
}
.BgClassName
{
background-color: #9C456C;
}
</style>
border-color css
<style>
span { border-color: #9C456C; }
span { border-color: rgb(156,69,108); }
td.TdClassName
{
border-color: #9C456C;
}
.TagClassName
{
border-color: #9C456C;
}
</style>