Shades of Cadillac #984665
Tints of Cadillac #984665
RGB
CMYK
RGB Variations
Color information
#984665 (or 0x984665) is known color: Cadillac. HEX triplet: 98, 46 and 65. RGB value is (152,70,101). Sum of RGB (Red+Green+Blue) = 152+70+101=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #984665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984665 is #67B99A. Grayscale: #626262. Windows color (decimal): -6797723 or 6637208. OLE color: 6637208.
HSL color Cylindrical-coordinate representation of color #984665: hue angle of 337.32º 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 #984665 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 101 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.40 |
| HSL | 337.32º | 0.37% | 0.44% | - |
| HSV(B) | 337.32º | 0.54% | 0.6% | - |
| XYZ | 17.49 | 12 | 13.71 | - |
| YUV | 98.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 101 | 0 | 0.54 | 0.34 | 0.40 | 337.32 | 0.37 | 0.44 |
| Hex | 98 | 46 | 65 | 0 | 36 | 22 | 28 | 151 | 25 | 2C |
| Octal | 230 | 106 | 145 | 0 | 66 | 42 | 50 | 521 | 45 | 54 |
| Binary | 10011000 | 1000110 | 1100101 | 0 | 110110 | 100010 | 101000 | 101010001 | 100101 | 101100 |
Color Harmonies of #984665
Complementary color
Monochromatic Colors of #984665
Black with #984665
Text Example
Text Example
White with #984665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984665; }
p { color: rgb(152,70,101); }
H1.HeaderClassName
{
color: #984665;
}
.AnyTagClassName
{
color: #984665;
}
</style>
background-color css
<style>
a { background-color: #984665; }
a { background-color: rgb(152,70,101); }
div.DivClassName
{
background-color: #984665;
}
.BgClassName
{
background-color: #984665;
}
</style>
border-color css
<style>
span { border-color: #984665; }
span { border-color: rgb(152,70,101); }
td.TdClassName
{
border-color: #984665;
}
.TagClassName
{
border-color: #984665;
}
</style>