Shades of Cadillac #9C495A
Tints of Cadillac #9C495A
RGB
CMYK
RGB Variations
Color information
#9C495A (or 0x9C495A) is known color: Cadillac. HEX triplet: 9C, 49 and 5A. RGB value is (156,73,90). Sum of RGB (Red+Green+Blue) = 156+73+90=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C495A is #63B6A5. Grayscale: #636363. Windows color (decimal): -6534822 or 5917084. OLE color: 5917084.
HSL color Cylindrical-coordinate representation of color #9C495A: hue angle of 347.71º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C495A is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 73 | 90 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.39 |
| HSL | 347.71º | 0.36% | 0.45% | - |
| HSV(B) | 347.71º | 0.53% | 0.61% | - |
| XYZ | 17.94 | 12.57 | 11.15 | - |
| YUV | 99.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 73 | 90 | 0 | 0.53 | 0.42 | 0.39 | 347.71 | 0.36 | 0.45 |
| Hex | 9C | 49 | 5A | 0 | 35 | 2A | 27 | 15C | 24 | 2D |
| Octal | 234 | 111 | 132 | 0 | 65 | 52 | 47 | 534 | 44 | 55 |
| Binary | 10011100 | 1001001 | 1011010 | 0 | 110101 | 101010 | 100111 | 101011100 | 100100 | 101101 |
Color Harmonies of #9C495A
Complementary color
Monochromatic Colors of #9C495A
Black with #9C495A
Text Example
Text Example
White with #9C495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C495A; }
p { color: rgb(156,73,90); }
H1.HeaderClassName
{
color: #9C495A;
}
.AnyTagClassName
{
color: #9C495A;
}
</style>
background-color css
<style>
a { background-color: #9C495A; }
a { background-color: rgb(156,73,90); }
div.DivClassName
{
background-color: #9C495A;
}
.BgClassName
{
background-color: #9C495A;
}
</style>
border-color css
<style>
span { border-color: #9C495A; }
span { border-color: rgb(156,73,90); }
td.TdClassName
{
border-color: #9C495A;
}
.TagClassName
{
border-color: #9C495A;
}
</style>