Shades of Cadillac #984064
Tints of Cadillac #984064
RGB
CMYK
RGB Variations
Color information
#984064 (or 0x984064) is known color: Cadillac. HEX triplet: 98, 40 and 64. RGB value is (152,64,100). Sum of RGB (Red+Green+Blue) = 152+64+100=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #984064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984064 is #67BF9B. Grayscale: #5E5E5E. Windows color (decimal): -6799260 or 6570136. OLE color: 6570136.
HSL color Cylindrical-coordinate representation of color #984064: hue angle of 335.45º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984064 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 100 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.40 |
| HSL | 335.45º | 0.41% | 0.42% | - |
| HSV(B) | 335.45º | 0.58% | 0.6% | - |
| XYZ | 17.08 | 11.26 | 13.33 | - |
| YUV | 94.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 100 | 0 | 0.58 | 0.34 | 0.40 | 335.45 | 0.41 | 0.42 |
| Hex | 98 | 40 | 64 | 0 | 3A | 22 | 28 | 14F | 29 | 2A |
| Octal | 230 | 100 | 144 | 0 | 72 | 42 | 50 | 517 | 51 | 52 |
| Binary | 10011000 | 1000000 | 1100100 | 0 | 111010 | 100010 | 101000 | 101001111 | 101001 | 101010 |
Color Harmonies of #984064
Complementary color
Monochromatic Colors of #984064
Black with #984064
Text Example
Text Example
White with #984064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984064; }
p { color: rgb(152,64,100); }
H1.HeaderClassName
{
color: #984064;
}
.AnyTagClassName
{
color: #984064;
}
</style>
background-color css
<style>
a { background-color: #984064; }
a { background-color: rgb(152,64,100); }
div.DivClassName
{
background-color: #984064;
}
.BgClassName
{
background-color: #984064;
}
</style>
border-color css
<style>
span { border-color: #984064; }
span { border-color: rgb(152,64,100); }
td.TdClassName
{
border-color: #984064;
}
.TagClassName
{
border-color: #984064;
}
</style>