Shades of Cadillac #984967
Tints of Cadillac #984967
RGB
CMYK
RGB Variations
Color information
#984967 (or 0x984967) is known color: Cadillac. HEX triplet: 98, 49 and 67. RGB value is (152,73,103). Sum of RGB (Red+Green+Blue) = 152+73+103=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #984967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984967 is #67B698. Grayscale: #646464. Windows color (decimal): -6796953 or 6769048. OLE color: 6769048.
HSL color Cylindrical-coordinate representation of color #984967: hue angle of 337.22º 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 #984967 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 103 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.40 |
| HSL | 337.22º | 0.35% | 0.44% | - |
| HSV(B) | 337.22º | 0.52% | 0.6% | - |
| XYZ | 17.78 | 12.42 | 14.29 | - |
| YUV | 100.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 103 | 0 | 0.52 | 0.32 | 0.40 | 337.22 | 0.35 | 0.44 |
| Hex | 98 | 49 | 67 | 0 | 34 | 20 | 28 | 151 | 23 | 2C |
| Octal | 230 | 111 | 147 | 0 | 64 | 40 | 50 | 521 | 43 | 54 |
| Binary | 10011000 | 1001001 | 1100111 | 0 | 110100 | 100000 | 101000 | 101010001 | 100011 | 101100 |
Color Harmonies of #984967
Complementary color
Monochromatic Colors of #984967
Black with #984967
Text Example
Text Example
White with #984967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984967; }
p { color: rgb(152,73,103); }
H1.HeaderClassName
{
color: #984967;
}
.AnyTagClassName
{
color: #984967;
}
</style>
background-color css
<style>
a { background-color: #984967; }
a { background-color: rgb(152,73,103); }
div.DivClassName
{
background-color: #984967;
}
.BgClassName
{
background-color: #984967;
}
</style>
border-color css
<style>
span { border-color: #984967; }
span { border-color: rgb(152,73,103); }
td.TdClassName
{
border-color: #984967;
}
.TagClassName
{
border-color: #984967;
}
</style>