Shades of Cadillac #9A465D
Tints of Cadillac #9A465D
RGB
CMYK
RGB Variations
Color information
#9A465D (or 0x9A465D) is known color: Cadillac. HEX triplet: 9A, 46 and 5D. RGB value is (154,70,93). Sum of RGB (Red+Green+Blue) = 154+70+93=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A465D is #65B9A2. Grayscale: #616161. Windows color (decimal): -6666659 or 6112922. OLE color: 6112922.
HSL color Cylindrical-coordinate representation of color #9A465D: hue angle of 343.57º 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 #9A465D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 70 | 93 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.40 |
| HSL | 343.57º | 0.38% | 0.44% | - |
| HSV(B) | 343.57º | 0.55% | 0.6% | - |
| XYZ | 17.49 | 12.04 | 11.76 | - |
| YUV | 97.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 93 | 0 | 0.55 | 0.40 | 0.40 | 343.57 | 0.38 | 0.44 |
| Hex | 9A | 46 | 5D | 0 | 37 | 28 | 28 | 158 | 26 | 2C |
| Octal | 232 | 106 | 135 | 0 | 67 | 50 | 50 | 530 | 46 | 54 |
| Binary | 10011010 | 1000110 | 1011101 | 0 | 110111 | 101000 | 101000 | 101011000 | 100110 | 101100 |
Color Harmonies of #9A465D
Complementary color
Monochromatic Colors of #9A465D
Black with #9A465D
Text Example
Text Example
White with #9A465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A465D; }
p { color: rgb(154,70,93); }
H1.HeaderClassName
{
color: #9A465D;
}
.AnyTagClassName
{
color: #9A465D;
}
</style>
background-color css
<style>
a { background-color: #9A465D; }
a { background-color: rgb(154,70,93); }
div.DivClassName
{
background-color: #9A465D;
}
.BgClassName
{
background-color: #9A465D;
}
</style>
border-color css
<style>
span { border-color: #9A465D; }
span { border-color: rgb(154,70,93); }
td.TdClassName
{
border-color: #9A465D;
}
.TagClassName
{
border-color: #9A465D;
}
</style>