Shades of Cadillac #9A4661
Tints of Cadillac #9A4661
RGB
CMYK
RGB Variations
Color information
#9A4661 (or 0x9A4661) is known color: Cadillac. HEX triplet: 9A, 46 and 61. RGB value is (154,70,97). Sum of RGB (Red+Green+Blue) = 154+70+97=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4661 is #65B99E. Grayscale: #626262. Windows color (decimal): -6666655 or 6375066. OLE color: 6375066.
HSL color Cylindrical-coordinate representation of color #9A4661: hue angle of 340.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4661 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 70 | 97 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.40 |
| HSL | 340.71º | 0.38% | 0.44% | - |
| HSV(B) | 340.71º | 0.55% | 0.6% | - |
| XYZ | 17.67 | 12.11 | 12.72 | - |
| YUV | 98.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 97 | 0 | 0.55 | 0.37 | 0.40 | 340.71 | 0.38 | 0.44 |
| Hex | 9A | 46 | 61 | 0 | 37 | 25 | 28 | 155 | 26 | 2C |
| Octal | 232 | 106 | 141 | 0 | 67 | 45 | 50 | 525 | 46 | 54 |
| Binary | 10011010 | 1000110 | 1100001 | 0 | 110111 | 100101 | 101000 | 101010101 | 100110 | 101100 |
Color Harmonies of #9A4661
Complementary color
Monochromatic Colors of #9A4661
Black with #9A4661
Text Example
Text Example
White with #9A4661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4661; }
p { color: rgb(154,70,97); }
H1.HeaderClassName
{
color: #9A4661;
}
.AnyTagClassName
{
color: #9A4661;
}
</style>
background-color css
<style>
a { background-color: #9A4661; }
a { background-color: rgb(154,70,97); }
div.DivClassName
{
background-color: #9A4661;
}
.BgClassName
{
background-color: #9A4661;
}
</style>
border-color css
<style>
span { border-color: #9A4661; }
span { border-color: rgb(154,70,97); }
td.TdClassName
{
border-color: #9A4661;
}
.TagClassName
{
border-color: #9A4661;
}
</style>