Shades of Cadillac #984779
Tints of Cadillac #984779
RGB
CMYK
RGB Variations
Color information
#984779 (or 0x984779) is known color: Cadillac. HEX triplet: 98, 47 and 79. RGB value is (152,71,121). Sum of RGB (Red+Green+Blue) = 152+71+121=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #984779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984779 is #67B886. Grayscale: #646464. Windows color (decimal): -6797447 or 7948184. OLE color: 7948184.
HSL color Cylindrical-coordinate representation of color #984779: hue angle of 322.96º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984779 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 121 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.40 |
| HSL | 322.96º | 0.36% | 0.44% | - |
| HSV(B) | 322.96º | 0.53% | 0.6% | - |
| XYZ | 18.65 | 12.56 | 19.53 | - |
| YUV | 100.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 121 | 0 | 0.53 | 0.20 | 0.40 | 322.96 | 0.36 | 0.44 |
| Hex | 98 | 47 | 79 | 0 | 35 | 14 | 28 | 143 | 24 | 2C |
| Octal | 230 | 107 | 171 | 0 | 65 | 24 | 50 | 503 | 44 | 54 |
| Binary | 10011000 | 1000111 | 1111001 | 0 | 110101 | 10100 | 101000 | 101000011 | 100100 | 101100 |
Color Harmonies of #984779
Complementary color
Monochromatic Colors of #984779
Black with #984779
Text Example
Text Example
White with #984779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984779; }
p { color: rgb(152,71,121); }
H1.HeaderClassName
{
color: #984779;
}
.AnyTagClassName
{
color: #984779;
}
</style>
background-color css
<style>
a { background-color: #984779; }
a { background-color: rgb(152,71,121); }
div.DivClassName
{
background-color: #984779;
}
.BgClassName
{
background-color: #984779;
}
</style>
border-color css
<style>
span { border-color: #984779; }
span { border-color: rgb(152,71,121); }
td.TdClassName
{
border-color: #984779;
}
.TagClassName
{
border-color: #984779;
}
</style>