Shades of Cadillac #994B70
Tints of Cadillac #994B70
RGB
CMYK
RGB Variations
Color information
#994B70 (or 0x994B70) is known color: Cadillac. HEX triplet: 99, 4B and 70. RGB value is (153,75,112). Sum of RGB (Red+Green+Blue) = 153+75+112=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #994B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B70 is #66B48F. Grayscale: #666666. Windows color (decimal): -6730896 or 7359385. OLE color: 7359385.
HSL color Cylindrical-coordinate representation of color #994B70: hue angle of 331.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 #994B70 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 112 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.4 |
| HSL | 331.54º | 0.34% | 0.45% | - |
| HSV(B) | 331.54º | 0.51% | 0.6% | - |
| XYZ | 18.58 | 12.97 | 16.85 | - |
| YUV | 102.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 112 | 0 | 0.51 | 0.27 | 0.4 | 331.54 | 0.34 | 0.45 |
| Hex | 99 | 4B | 70 | 0 | 33 | 1B | 28 | 14C | 22 | 2D |
| Octal | 231 | 113 | 160 | 0 | 63 | 33 | 50 | 514 | 42 | 55 |
| Binary | 10011001 | 1001011 | 1110000 | 0 | 110011 | 11011 | 101000 | 101001100 | 100010 | 101101 |
Color Harmonies of #994B70
Complementary color
Monochromatic Colors of #994B70
Black with #994B70
Text Example
Text Example
White with #994B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B70; }
p { color: rgb(153,75,112); }
H1.HeaderClassName
{
color: #994B70;
}
.AnyTagClassName
{
color: #994B70;
}
</style>
background-color css
<style>
a { background-color: #994B70; }
a { background-color: rgb(153,75,112); }
div.DivClassName
{
background-color: #994B70;
}
.BgClassName
{
background-color: #994B70;
}
</style>
border-color css
<style>
span { border-color: #994B70; }
span { border-color: rgb(153,75,112); }
td.TdClassName
{
border-color: #994B70;
}
.TagClassName
{
border-color: #994B70;
}
</style>