Shades of Cadillac #9C446A
Tints of Cadillac #9C446A
RGB
CMYK
RGB Variations
Color information
#9C446A (or 0x9C446A) is known color: Cadillac. HEX triplet: 9C, 44 and 6A. RGB value is (156,68,106). Sum of RGB (Red+Green+Blue) = 156+68+106=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C446A is #63BB95. Grayscale: #626262. Windows color (decimal): -6536086 or 6964380. OLE color: 6964380.
HSL color Cylindrical-coordinate representation of color #9C446A: hue angle of 334.09º 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 #9C446A is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 106 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.39 |
| HSL | 334.09º | 0.39% | 0.44% | - |
| HSV(B) | 334.09º | 0.56% | 0.61% | - |
| XYZ | 18.38 | 12.24 | 15.03 | - |
| YUV | 98.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 106 | 0 | 0.56 | 0.32 | 0.39 | 334.09 | 0.39 | 0.44 |
| Hex | 9C | 44 | 6A | 0 | 38 | 20 | 27 | 14E | 27 | 2C |
| Octal | 234 | 104 | 152 | 0 | 70 | 40 | 47 | 516 | 47 | 54 |
| Binary | 10011100 | 1000100 | 1101010 | 0 | 111000 | 100000 | 100111 | 101001110 | 100111 | 101100 |
Color Harmonies of #9C446A
Complementary color
Monochromatic Colors of #9C446A
Black with #9C446A
Text Example
Text Example
White with #9C446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C446A; }
p { color: rgb(156,68,106); }
H1.HeaderClassName
{
color: #9C446A;
}
.AnyTagClassName
{
color: #9C446A;
}
</style>
background-color css
<style>
a { background-color: #9C446A; }
a { background-color: rgb(156,68,106); }
div.DivClassName
{
background-color: #9C446A;
}
.BgClassName
{
background-color: #9C446A;
}
</style>
border-color css
<style>
span { border-color: #9C446A; }
span { border-color: rgb(156,68,106); }
td.TdClassName
{
border-color: #9C446A;
}
.TagClassName
{
border-color: #9C446A;
}
</style>