Shades of Cadillac #9A4658
Tints of Cadillac #9A4658
RGB
CMYK
RGB Variations
Color information
#9A4658 (or 0x9A4658) is known color: Cadillac. HEX triplet: 9A, 46 and 58. RGB value is (154,70,88). Sum of RGB (Red+Green+Blue) = 154+70+88=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4658 is #65B9A7. Grayscale: #616161. Windows color (decimal): -6666664 or 5785242. OLE color: 5785242.
HSL color Cylindrical-coordinate representation of color #9A4658: hue angle of 347.14º 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 #9A4658 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 70 | 88 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.40 |
| HSL | 347.14º | 0.38% | 0.44% | - |
| HSV(B) | 347.14º | 0.55% | 0.6% | - |
| XYZ | 17.28 | 11.95 | 10.63 | - |
| YUV | 97.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 88 | 0 | 0.55 | 0.43 | 0.40 | 347.14 | 0.38 | 0.44 |
| Hex | 9A | 46 | 58 | 0 | 37 | 2B | 28 | 15B | 26 | 2C |
| Octal | 232 | 106 | 130 | 0 | 67 | 53 | 50 | 533 | 46 | 54 |
| Binary | 10011010 | 1000110 | 1011000 | 0 | 110111 | 101011 | 101000 | 101011011 | 100110 | 101100 |
Color Harmonies of #9A4658
Complementary color
Monochromatic Colors of #9A4658
Black with #9A4658
Text Example
Text Example
White with #9A4658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4658; }
p { color: rgb(154,70,88); }
H1.HeaderClassName
{
color: #9A4658;
}
.AnyTagClassName
{
color: #9A4658;
}
</style>
background-color css
<style>
a { background-color: #9A4658; }
a { background-color: rgb(154,70,88); }
div.DivClassName
{
background-color: #9A4658;
}
.BgClassName
{
background-color: #9A4658;
}
</style>
border-color css
<style>
span { border-color: #9A4658; }
span { border-color: rgb(154,70,88); }
td.TdClassName
{
border-color: #9A4658;
}
.TagClassName
{
border-color: #9A4658;
}
</style>