Shades of Cadillac #98466E
Tints of Cadillac #98466E
RGB
CMYK
RGB Variations
Color information
#98466E (or 0x98466E) is known color: Cadillac. HEX triplet: 98, 46 and 6E. RGB value is (152,70,110). Sum of RGB (Red+Green+Blue) = 152+70+110=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98466E is #67B991. Grayscale: #636363. Windows color (decimal): -6797714 or 7227032. OLE color: 7227032.
HSL color Cylindrical-coordinate representation of color #98466E: hue angle of 330.73º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98466E is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 110 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.40 |
| HSL | 330.73º | 0.37% | 0.44% | - |
| HSV(B) | 330.73º | 0.54% | 0.6% | - |
| XYZ | 17.95 | 12.18 | 16.16 | - |
| YUV | 99.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 110 | 0 | 0.54 | 0.28 | 0.40 | 330.73 | 0.37 | 0.44 |
| Hex | 98 | 46 | 6E | 0 | 36 | 1C | 28 | 14B | 25 | 2C |
| Octal | 230 | 106 | 156 | 0 | 66 | 34 | 50 | 513 | 45 | 54 |
| Binary | 10011000 | 1000110 | 1101110 | 0 | 110110 | 11100 | 101000 | 101001011 | 100101 | 101100 |
Color Harmonies of #98466E
Complementary color
Monochromatic Colors of #98466E
Black with #98466E
Text Example
Text Example
White with #98466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98466E; }
p { color: rgb(152,70,110); }
H1.HeaderClassName
{
color: #98466E;
}
.AnyTagClassName
{
color: #98466E;
}
</style>
background-color css
<style>
a { background-color: #98466E; }
a { background-color: rgb(152,70,110); }
div.DivClassName
{
background-color: #98466E;
}
.BgClassName
{
background-color: #98466E;
}
</style>
border-color css
<style>
span { border-color: #98466E; }
span { border-color: rgb(152,70,110); }
td.TdClassName
{
border-color: #98466E;
}
.TagClassName
{
border-color: #98466E;
}
</style>