Shades of Cadillac #984B64
Tints of Cadillac #984B64
RGB
CMYK
RGB Variations
Color information
#984B64 (or 0x984B64) is known color: Cadillac. HEX triplet: 98, 4B and 64. RGB value is (152,75,100). Sum of RGB (Red+Green+Blue) = 152+75+100=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #984B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B64 is #67B49B. Grayscale: #646464. Windows color (decimal): -6796444 or 6572952. OLE color: 6572952.
HSL color Cylindrical-coordinate representation of color #984B64: hue angle of 340.52º 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 #984B64 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 75 | 100 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.40 |
| HSL | 340.52º | 0.34% | 0.45% | - |
| HSV(B) | 340.52º | 0.51% | 0.6% | - |
| XYZ | 17.77 | 12.63 | 13.56 | - |
| YUV | 100.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 100 | 0 | 0.51 | 0.34 | 0.40 | 340.52 | 0.34 | 0.45 |
| Hex | 98 | 4B | 64 | 0 | 33 | 22 | 28 | 155 | 22 | 2D |
| Octal | 230 | 113 | 144 | 0 | 63 | 42 | 50 | 525 | 42 | 55 |
| Binary | 10011000 | 1001011 | 1100100 | 0 | 110011 | 100010 | 101000 | 101010101 | 100010 | 101101 |
Color Harmonies of #984B64
Complementary color
Monochromatic Colors of #984B64
Black with #984B64
Text Example
Text Example
White with #984B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984B64; }
p { color: rgb(152,75,100); }
H1.HeaderClassName
{
color: #984B64;
}
.AnyTagClassName
{
color: #984B64;
}
</style>
background-color css
<style>
a { background-color: #984B64; }
a { background-color: rgb(152,75,100); }
div.DivClassName
{
background-color: #984B64;
}
.BgClassName
{
background-color: #984B64;
}
</style>
border-color css
<style>
span { border-color: #984B64; }
span { border-color: rgb(152,75,100); }
td.TdClassName
{
border-color: #984B64;
}
.TagClassName
{
border-color: #984B64;
}
</style>