Shades of Lipstick #992C6B
Tints of Lipstick #992C6B
RGB
CMYK
RGB Variations
Color information
#992C6B (or 0x992C6B) is known color: Lipstick. HEX triplet: 99, 2C and 6B. RGB value is (153,44,107). Sum of RGB (Red+Green+Blue) = 153+44+107=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #992C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992C6B is #66D394. Grayscale: #535353. Windows color (decimal): -6738837 or 7023769. OLE color: 7023769.
HSL color Cylindrical-coordinate representation of color #992C6B: hue angle of 325.32º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992C6B is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 107 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.4 |
| HSL | 325.32º | 0.55% | 0.39% | - |
| HSV(B) | 325.32º | 0.71% | 0.6% | - |
| XYZ | 16.69 | 9.64 | 14.89 | - |
| YUV | 83.77 | 141.11 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 107 | 0 | 0.71 | 0.30 | 0.4 | 325.32 | 0.55 | 0.39 |
| Hex | 99 | 2C | 6B | 0 | 47 | 1E | 28 | 145 | 37 | 27 |
| Octal | 231 | 54 | 153 | 0 | 107 | 36 | 50 | 505 | 67 | 47 |
| Binary | 10011001 | 101100 | 1101011 | 0 | 1000111 | 11110 | 101000 | 101000101 | 110111 | 100111 |
Color Harmonies of #992C6B
Complementary color
Monochromatic Colors of #992C6B
Black with #992C6B
Text Example
Text Example
White with #992C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C6B; }
p { color: rgb(153,44,107); }
H1.HeaderClassName
{
color: #992C6B;
}
.AnyTagClassName
{
color: #992C6B;
}
</style>
background-color css
<style>
a { background-color: #992C6B; }
a { background-color: rgb(153,44,107); }
div.DivClassName
{
background-color: #992C6B;
}
.BgClassName
{
background-color: #992C6B;
}
</style>
border-color css
<style>
span { border-color: #992C6B; }
span { border-color: rgb(153,44,107); }
td.TdClassName
{
border-color: #992C6B;
}
.TagClassName
{
border-color: #992C6B;
}
</style>