Shades of Cadillac #984668
Tints of Cadillac #984668
RGB
CMYK
RGB Variations
Color information
#984668 (or 0x984668) is known color: Cadillac. HEX triplet: 98, 46 and 68. RGB value is (152,70,104). Sum of RGB (Red+Green+Blue) = 152+70+104=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #984668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984668 is #67B997. Grayscale: #626262. Windows color (decimal): -6797720 or 6833816. OLE color: 6833816.
HSL color Cylindrical-coordinate representation of color #984668: hue angle of 335.12º 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 #984668 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 104 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.40 |
| HSL | 335.12º | 0.37% | 0.44% | - |
| HSV(B) | 335.12º | 0.54% | 0.6% | - |
| XYZ | 17.64 | 12.06 | 14.49 | - |
| YUV | 98.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 104 | 0 | 0.54 | 0.32 | 0.40 | 335.12 | 0.37 | 0.44 |
| Hex | 98 | 46 | 68 | 0 | 36 | 20 | 28 | 14F | 25 | 2C |
| Octal | 230 | 106 | 150 | 0 | 66 | 40 | 50 | 517 | 45 | 54 |
| Binary | 10011000 | 1000110 | 1101000 | 0 | 110110 | 100000 | 101000 | 101001111 | 100101 | 101100 |
Color Harmonies of #984668
Complementary color
Monochromatic Colors of #984668
Black with #984668
Text Example
Text Example
White with #984668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984668; }
p { color: rgb(152,70,104); }
H1.HeaderClassName
{
color: #984668;
}
.AnyTagClassName
{
color: #984668;
}
</style>
background-color css
<style>
a { background-color: #984668; }
a { background-color: rgb(152,70,104); }
div.DivClassName
{
background-color: #984668;
}
.BgClassName
{
background-color: #984668;
}
</style>
border-color css
<style>
span { border-color: #984668; }
span { border-color: rgb(152,70,104); }
td.TdClassName
{
border-color: #984668;
}
.TagClassName
{
border-color: #984668;
}
</style>