Shades of Lily #C99FB4
Tints of Lily #C99FB4
RGB
CMYK
RGB Variations
Color information
#C99FB4 (or 0xC99FB4) is known color: Lily. HEX triplet: C9, 9F and B4. RGB value is (201,159,180). Sum of RGB (Red+Green+Blue) = 201+159+180=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FB4 is #36604B. Grayscale: #ADADAD. Windows color (decimal): -3563596 or 11837385. OLE color: 11837385.
HSL color Cylindrical-coordinate representation of color #C99FB4: hue angle of 330º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99FB4 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 159 | 180 | - |
CMYK | 0 | 0.21 | 0.10 | 0.21 |
HSL | 330º | 0.28% | 0.71% | - |
HSV(B) | 330º | 0.21% | 0.79% | - |
XYZ | 44.72 | 40.51 | 48.64 | - |
YUV | 173.95 | 131.41 | 147.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 159 | 180 | 0 | 0.21 | 0.10 | 0.21 | 330 | 0.28 | 0.71 |
Hex | C9 | 9F | B4 | 0 | 15 | A | 15 | 14A | 1C | 47 |
Octal | 311 | 237 | 264 | 0 | 25 | 12 | 25 | 512 | 34 | 107 |
Binary | 11001001 | 10011111 | 10110100 | 0 | 10101 | 1010 | 10101 | 101001010 | 11100 | 1000111 |
Color Harmonies of #C99FB4
Complementary color
Monochromatic Colors of #C99FB4
Black with #C99FB4
Text Example
Text Example
White with #C99FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FB4; }
p { color: rgb(201,159,180); }
H1.HeaderClassName
{
color: #C99FB4;
}
.AnyTagClassName
{
color: #C99FB4;
}
</style>
background-color css
<style>
a { background-color: #C99FB4; }
a { background-color: rgb(201,159,180); }
div.DivClassName
{
background-color: #C99FB4;
}
.BgClassName
{
background-color: #C99FB4;
}
</style>
border-color css
<style>
span { border-color: #C99FB4; }
span { border-color: rgb(201,159,180); }
td.TdClassName
{
border-color: #C99FB4;
}
.TagClassName
{
border-color: #C99FB4;
}
</style>