Shades of Cadillac #994E6B
Tints of Cadillac #994E6B
RGB
CMYK
RGB Variations
Color information
#994E6B (or 0x994E6B) is known color: Cadillac. HEX triplet: 99, 4E and 6B. RGB value is (153,78,107). Sum of RGB (Red+Green+Blue) = 153+78+107=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E6B is #66B194. Grayscale: #676767. Windows color (decimal): -6730133 or 7032473. OLE color: 7032473.
HSL color Cylindrical-coordinate representation of color #994E6B: hue angle of 336.8º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E6B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 107 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.4 |
| HSL | 336.8º | 0.32% | 0.45% | - |
| HSV(B) | 336.8º | 0.49% | 0.6% | - |
| XYZ | 18.52 | 13.28 | 15.5 | - |
| YUV | 103.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 107 | 0 | 0.49 | 0.30 | 0.4 | 336.8 | 0.32 | 0.45 |
| Hex | 99 | 4E | 6B | 0 | 31 | 1E | 28 | 151 | 20 | 2D |
| Octal | 231 | 116 | 153 | 0 | 61 | 36 | 50 | 521 | 40 | 55 |
| Binary | 10011001 | 1001110 | 1101011 | 0 | 110001 | 11110 | 101000 | 101010001 | 100000 | 101101 |
Color Harmonies of #994E6B
Complementary color
Monochromatic Colors of #994E6B
Black with #994E6B
Text Example
Text Example
White with #994E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E6B; }
p { color: rgb(153,78,107); }
H1.HeaderClassName
{
color: #994E6B;
}
.AnyTagClassName
{
color: #994E6B;
}
</style>
background-color css
<style>
a { background-color: #994E6B; }
a { background-color: rgb(153,78,107); }
div.DivClassName
{
background-color: #994E6B;
}
.BgClassName
{
background-color: #994E6B;
}
</style>
border-color css
<style>
span { border-color: #994E6B; }
span { border-color: rgb(153,78,107); }
td.TdClassName
{
border-color: #994E6B;
}
.TagClassName
{
border-color: #994E6B;
}
</style>