Shades of Cadillac #98496C
Tints of Cadillac #98496C
RGB
CMYK
RGB Variations
Color information
#98496C (or 0x98496C) is known color: Cadillac. HEX triplet: 98, 49 and 6C. RGB value is (152,73,108). Sum of RGB (Red+Green+Blue) = 152+73+108=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98496C is #67B693. Grayscale: #646464. Windows color (decimal): -6796948 or 7096728. OLE color: 7096728.
HSL color Cylindrical-coordinate representation of color #98496C: hue angle of 333.42º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98496C is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 108 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.40 |
| HSL | 333.42º | 0.35% | 0.44% | - |
| HSV(B) | 333.42º | 0.52% | 0.6% | - |
| XYZ | 18.04 | 12.52 | 15.65 | - |
| YUV | 100.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 108 | 0 | 0.52 | 0.29 | 0.40 | 333.42 | 0.35 | 0.44 |
| Hex | 98 | 49 | 6C | 0 | 34 | 1D | 28 | 14D | 23 | 2C |
| Octal | 230 | 111 | 154 | 0 | 64 | 35 | 50 | 515 | 43 | 54 |
| Binary | 10011000 | 1001001 | 1101100 | 0 | 110100 | 11101 | 101000 | 101001101 | 100011 | 101100 |
Color Harmonies of #98496C
Complementary color
Monochromatic Colors of #98496C
Black with #98496C
Text Example
Text Example
White with #98496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98496C; }
p { color: rgb(152,73,108); }
H1.HeaderClassName
{
color: #98496C;
}
.AnyTagClassName
{
color: #98496C;
}
</style>
background-color css
<style>
a { background-color: #98496C; }
a { background-color: rgb(152,73,108); }
div.DivClassName
{
background-color: #98496C;
}
.BgClassName
{
background-color: #98496C;
}
</style>
border-color css
<style>
span { border-color: #98496C; }
span { border-color: rgb(152,73,108); }
td.TdClassName
{
border-color: #98496C;
}
.TagClassName
{
border-color: #98496C;
}
</style>