Shades of Cadillac #994B72
Tints of Cadillac #994B72
RGB
CMYK
RGB Variations
Color information
#994B72 (or 0x994B72) is known color: Cadillac. HEX triplet: 99, 4B and 72. RGB value is (153,75,114). Sum of RGB (Red+Green+Blue) = 153+75+114=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #994B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B72 is #66B48D. Grayscale: #666666. Windows color (decimal): -6730894 or 7490457. OLE color: 7490457.
HSL color Cylindrical-coordinate representation of color #994B72: hue angle of 330º 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 #994B72 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 114 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.4 |
| HSL | 330º | 0.34% | 0.45% | - |
| HSV(B) | 330º | 0.51% | 0.6% | - |
| XYZ | 18.69 | 13.02 | 17.45 | - |
| YUV | 102.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 114 | 0 | 0.51 | 0.25 | 0.4 | 330 | 0.34 | 0.45 |
| Hex | 99 | 4B | 72 | 0 | 33 | 19 | 28 | 14A | 22 | 2D |
| Octal | 231 | 113 | 162 | 0 | 63 | 31 | 50 | 512 | 42 | 55 |
| Binary | 10011001 | 1001011 | 1110010 | 0 | 110011 | 11001 | 101000 | 101001010 | 100010 | 101101 |
Color Harmonies of #994B72
Complementary color
Monochromatic Colors of #994B72
Black with #994B72
Text Example
Text Example
White with #994B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B72; }
p { color: rgb(153,75,114); }
H1.HeaderClassName
{
color: #994B72;
}
.AnyTagClassName
{
color: #994B72;
}
</style>
background-color css
<style>
a { background-color: #994B72; }
a { background-color: rgb(153,75,114); }
div.DivClassName
{
background-color: #994B72;
}
.BgClassName
{
background-color: #994B72;
}
</style>
border-color css
<style>
span { border-color: #994B72; }
span { border-color: rgb(153,75,114); }
td.TdClassName
{
border-color: #994B72;
}
.TagClassName
{
border-color: #994B72;
}
</style>