Shades of Lipstick #99205C
Tints of Lipstick #99205C
RGB
CMYK
RGB Variations
Color information
#99205C (or 0x99205C) is known color: Lipstick. HEX triplet: 99, 20 and 5C. RGB value is (153,32,92). Sum of RGB (Red+Green+Blue) = 153+32+92=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #99205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99205C is #66DFA3. Grayscale: #4A4A4A. Windows color (decimal): -6741924 or 6037657. OLE color: 6037657.
HSL color Cylindrical-coordinate representation of color #99205C: hue angle of 330.25º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99205C is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 92 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.4 |
| HSL | 330.25º | 0.65% | 0.36% | - |
| HSV(B) | 330.25º | 0.79% | 0.6% | - |
| XYZ | 15.59 | 8.58 | 10.96 | - |
| YUV | 75.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 92 | 0 | 0.79 | 0.40 | 0.4 | 330.25 | 0.65 | 0.36 |
| Hex | 99 | 20 | 5C | 0 | 4F | 28 | 28 | 14A | 41 | 24 |
| Octal | 231 | 40 | 134 | 0 | 117 | 50 | 50 | 512 | 101 | 44 |
| Binary | 10011001 | 100000 | 1011100 | 0 | 1001111 | 101000 | 101000 | 101001010 | 1000001 | 100100 |
Color Harmonies of #99205C
Complementary color
Monochromatic Colors of #99205C
Black with #99205C
Text Example
Text Example
White with #99205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99205C; }
p { color: rgb(153,32,92); }
H1.HeaderClassName
{
color: #99205C;
}
.AnyTagClassName
{
color: #99205C;
}
</style>
background-color css
<style>
a { background-color: #99205C; }
a { background-color: rgb(153,32,92); }
div.DivClassName
{
background-color: #99205C;
}
.BgClassName
{
background-color: #99205C;
}
</style>
border-color css
<style>
span { border-color: #99205C; }
span { border-color: rgb(153,32,92); }
td.TdClassName
{
border-color: #99205C;
}
.TagClassName
{
border-color: #99205C;
}
</style>