Shades of Cadillac #994B56
Tints of Cadillac #994B56
RGB
CMYK
RGB Variations
Color information
#994B56 (or 0x994B56) is known color: Cadillac. HEX triplet: 99, 4B and 56. RGB value is (153,75,86). Sum of RGB (Red+Green+Blue) = 153+75+86=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #994B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B56 is #66B4A9. Grayscale: #636363. Windows color (decimal): -6730922 or 5655449. OLE color: 5655449.
HSL color Cylindrical-coordinate representation of color #994B56: hue angle of 351.54º 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 #994B56 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 86 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.4 |
| HSL | 351.54º | 0.34% | 0.45% | - |
| HSV(B) | 351.54º | 0.51% | 0.6% | - |
| XYZ | 17.33 | 12.48 | 10.3 | - |
| YUV | 99.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 86 | 0 | 0.51 | 0.44 | 0.4 | 351.54 | 0.34 | 0.45 |
| Hex | 99 | 4B | 56 | 0 | 33 | 2C | 28 | 160 | 22 | 2D |
| Octal | 231 | 113 | 126 | 0 | 63 | 54 | 50 | 540 | 42 | 55 |
| Binary | 10011001 | 1001011 | 1010110 | 0 | 110011 | 101100 | 101000 | 101100000 | 100010 | 101101 |
Color Harmonies of #994B56
Complementary color
Monochromatic Colors of #994B56
Black with #994B56
Text Example
Text Example
White with #994B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B56; }
p { color: rgb(153,75,86); }
H1.HeaderClassName
{
color: #994B56;
}
.AnyTagClassName
{
color: #994B56;
}
</style>
background-color css
<style>
a { background-color: #994B56; }
a { background-color: rgb(153,75,86); }
div.DivClassName
{
background-color: #994B56;
}
.BgClassName
{
background-color: #994B56;
}
</style>
border-color css
<style>
span { border-color: #994B56; }
span { border-color: rgb(153,75,86); }
td.TdClassName
{
border-color: #994B56;
}
.TagClassName
{
border-color: #994B56;
}
</style>