Shades of Cadillac #9C466A
Tints of Cadillac #9C466A
RGB
CMYK
RGB Variations
Color information
#9C466A (or 0x9C466A) is known color: Cadillac. HEX triplet: 9C, 46 and 6A. RGB value is (156,70,106). Sum of RGB (Red+Green+Blue) = 156+70+106=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C466A is #63B995. Grayscale: #636363. Windows color (decimal): -6535574 or 6964892. OLE color: 6964892.
HSL color Cylindrical-coordinate representation of color #9C466A: hue angle of 334.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C466A is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 106 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.39 |
| HSL | 334.88º | 0.38% | 0.44% | - |
| HSV(B) | 334.88º | 0.55% | 0.61% | - |
| XYZ | 18.5 | 12.49 | 15.07 | - |
| YUV | 99.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 106 | 0 | 0.55 | 0.32 | 0.39 | 334.88 | 0.38 | 0.44 |
| Hex | 9C | 46 | 6A | 0 | 37 | 20 | 27 | 14F | 26 | 2C |
| Octal | 234 | 106 | 152 | 0 | 67 | 40 | 47 | 517 | 46 | 54 |
| Binary | 10011100 | 1000110 | 1101010 | 0 | 110111 | 100000 | 100111 | 101001111 | 100110 | 101100 |
Color Harmonies of #9C466A
Complementary color
Monochromatic Colors of #9C466A
Black with #9C466A
Text Example
Text Example
White with #9C466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C466A; }
p { color: rgb(156,70,106); }
H1.HeaderClassName
{
color: #9C466A;
}
.AnyTagClassName
{
color: #9C466A;
}
</style>
background-color css
<style>
a { background-color: #9C466A; }
a { background-color: rgb(156,70,106); }
div.DivClassName
{
background-color: #9C466A;
}
.BgClassName
{
background-color: #9C466A;
}
</style>
border-color css
<style>
span { border-color: #9C466A; }
span { border-color: rgb(156,70,106); }
td.TdClassName
{
border-color: #9C466A;
}
.TagClassName
{
border-color: #9C466A;
}
</style>