Shades of Cadillac #984965
Tints of Cadillac #984965
RGB
CMYK
RGB Variations
Color information
#984965 (or 0x984965) is known color: Cadillac. HEX triplet: 98, 49 and 65. RGB value is (152,73,101). Sum of RGB (Red+Green+Blue) = 152+73+101=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #984965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984965 is #67B69A. Grayscale: #636363. Windows color (decimal): -6796955 or 6637976. OLE color: 6637976.
HSL color Cylindrical-coordinate representation of color #984965: hue angle of 338.73º 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 #984965 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 101 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.40 |
| HSL | 338.73º | 0.35% | 0.44% | - |
| HSV(B) | 338.73º | 0.52% | 0.6% | - |
| XYZ | 17.68 | 12.38 | 13.77 | - |
| YUV | 99.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 101 | 0 | 0.52 | 0.34 | 0.40 | 338.73 | 0.35 | 0.44 |
| Hex | 98 | 49 | 65 | 0 | 34 | 22 | 28 | 153 | 23 | 2C |
| Octal | 230 | 111 | 145 | 0 | 64 | 42 | 50 | 523 | 43 | 54 |
| Binary | 10011000 | 1001001 | 1100101 | 0 | 110100 | 100010 | 101000 | 101010011 | 100011 | 101100 |
Color Harmonies of #984965
Complementary color
Monochromatic Colors of #984965
Black with #984965
Text Example
Text Example
White with #984965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984965; }
p { color: rgb(152,73,101); }
H1.HeaderClassName
{
color: #984965;
}
.AnyTagClassName
{
color: #984965;
}
</style>
background-color css
<style>
a { background-color: #984965; }
a { background-color: rgb(152,73,101); }
div.DivClassName
{
background-color: #984965;
}
.BgClassName
{
background-color: #984965;
}
</style>
border-color css
<style>
span { border-color: #984965; }
span { border-color: rgb(152,73,101); }
td.TdClassName
{
border-color: #984965;
}
.TagClassName
{
border-color: #984965;
}
</style>