Shades of Cadillac #984B68
Tints of Cadillac #984B68
RGB
CMYK
RGB Variations
Color information
#984B68 (or 0x984B68) is known color: Cadillac. HEX triplet: 98, 4B and 68. RGB value is (152,75,104). Sum of RGB (Red+Green+Blue) = 152+75+104=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #984B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B68 is #67B497. Grayscale: #656565. Windows color (decimal): -6796440 or 6835096. OLE color: 6835096.
HSL color Cylindrical-coordinate representation of color #984B68: hue angle of 337.4º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984B68 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 75 | 104 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.40 |
| HSL | 337.4º | 0.34% | 0.45% | - |
| HSV(B) | 337.4º | 0.51% | 0.6% | - |
| XYZ | 17.96 | 12.71 | 14.6 | - |
| YUV | 101.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 104 | 0 | 0.51 | 0.32 | 0.40 | 337.4 | 0.34 | 0.45 |
| Hex | 98 | 4B | 68 | 0 | 33 | 20 | 28 | 151 | 22 | 2D |
| Octal | 230 | 113 | 150 | 0 | 63 | 40 | 50 | 521 | 42 | 55 |
| Binary | 10011000 | 1001011 | 1101000 | 0 | 110011 | 100000 | 101000 | 101010001 | 100010 | 101101 |
Color Harmonies of #984B68
Complementary color
Monochromatic Colors of #984B68
Black with #984B68
Text Example
Text Example
White with #984B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984B68; }
p { color: rgb(152,75,104); }
H1.HeaderClassName
{
color: #984B68;
}
.AnyTagClassName
{
color: #984B68;
}
</style>
background-color css
<style>
a { background-color: #984B68; }
a { background-color: rgb(152,75,104); }
div.DivClassName
{
background-color: #984B68;
}
.BgClassName
{
background-color: #984B68;
}
</style>
border-color css
<style>
span { border-color: #984B68; }
span { border-color: rgb(152,75,104); }
td.TdClassName
{
border-color: #984B68;
}
.TagClassName
{
border-color: #984B68;
}
</style>