Shades of Lily #C999B6
Tints of Lily #C999B6
RGB
CMYK
RGB Variations
Color information
#C999B6 (or 0xC999B6) is known color: Lily. HEX triplet: C9, 99 and B6. RGB value is (201,153,182). Sum of RGB (Red+Green+Blue) = 201+153+182=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C999B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999B6 is #366649. Grayscale: #AAAAAA. Windows color (decimal): -3565130 or 11966921. OLE color: 11966921.
HSL color Cylindrical-coordinate representation of color #C999B6: hue angle of 323.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C999B6 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 182 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.21 |
| HSL | 323.75º | 0.31% | 0.69% | - |
| HSV(B) | 323.75º | 0.24% | 0.79% | - |
| XYZ | 43.92 | 38.58 | 49.39 | - |
| YUV | 170.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 182 | 0 | 0.24 | 0.09 | 0.21 | 323.75 | 0.31 | 0.69 |
| Hex | C9 | 99 | B6 | 0 | 18 | 9 | 15 | 144 | 1F | 45 |
| Octal | 311 | 231 | 266 | 0 | 30 | 11 | 25 | 504 | 37 | 105 |
| Binary | 11001001 | 10011001 | 10110110 | 0 | 11000 | 1001 | 10101 | 101000100 | 11111 | 1000101 |
Color Harmonies of #C999B6
Complementary color
Monochromatic Colors of #C999B6
Black with #C999B6
Text Example
Text Example
White with #C999B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999B6; }
p { color: rgb(201,153,182); }
H1.HeaderClassName
{
color: #C999B6;
}
.AnyTagClassName
{
color: #C999B6;
}
</style>
background-color css
<style>
a { background-color: #C999B6; }
a { background-color: rgb(201,153,182); }
div.DivClassName
{
background-color: #C999B6;
}
.BgClassName
{
background-color: #C999B6;
}
</style>
border-color css
<style>
span { border-color: #C999B6; }
span { border-color: rgb(201,153,182); }
td.TdClassName
{
border-color: #C999B6;
}
.TagClassName
{
border-color: #C999B6;
}
</style>