Shades of Lipstick #992C67
Tints of Lipstick #992C67
RGB
CMYK
RGB Variations
Color information
#992C67 (or 0x992C67) is known color: Lipstick. HEX triplet: 99, 2C and 67. RGB value is (153,44,103). Sum of RGB (Red+Green+Blue) = 153+44+103=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #992C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992C67 is #66D398. Grayscale: #535353. Windows color (decimal): -6738841 or 6761625. OLE color: 6761625.
HSL color Cylindrical-coordinate representation of color #992C67: hue angle of 327.52º 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 #992C67 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 103 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.4 |
| HSL | 327.52º | 0.55% | 0.39% | - |
| HSV(B) | 327.52º | 0.71% | 0.6% | - |
| XYZ | 16.49 | 9.55 | 13.81 | - |
| YUV | 83.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 103 | 0 | 0.71 | 0.33 | 0.4 | 327.52 | 0.55 | 0.39 |
| Hex | 99 | 2C | 67 | 0 | 47 | 21 | 28 | 148 | 37 | 27 |
| Octal | 231 | 54 | 147 | 0 | 107 | 41 | 50 | 510 | 67 | 47 |
| Binary | 10011001 | 101100 | 1100111 | 0 | 1000111 | 100001 | 101000 | 101001000 | 110111 | 100111 |
Color Harmonies of #992C67
Complementary color
Monochromatic Colors of #992C67
Black with #992C67
Text Example
Text Example
White with #992C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C67; }
p { color: rgb(153,44,103); }
H1.HeaderClassName
{
color: #992C67;
}
.AnyTagClassName
{
color: #992C67;
}
</style>
background-color css
<style>
a { background-color: #992C67; }
a { background-color: rgb(153,44,103); }
div.DivClassName
{
background-color: #992C67;
}
.BgClassName
{
background-color: #992C67;
}
</style>
border-color css
<style>
span { border-color: #992C67; }
span { border-color: rgb(153,44,103); }
td.TdClassName
{
border-color: #992C67;
}
.TagClassName
{
border-color: #992C67;
}
</style>