Shades of Lily #C099AF
Tints of Lily #C099AF
RGB
CMYK
RGB Variations
Color information
#C099AF (or 0xC099AF) is known color: Lily. HEX triplet: C0, 99 and AF. RGB value is (192,153,175). Sum of RGB (Red+Green+Blue) = 192+153+175=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C099AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099AF is #3F6650. Grayscale: #A7A7A7. Windows color (decimal): -4154961 or 11508160. OLE color: 11508160.
HSL color Cylindrical-coordinate representation of color #C099AF: hue angle of 326.15º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C099AF is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 175 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.25 |
| HSL | 326.15º | 0.24% | 0.68% | - |
| HSV(B) | 326.15º | 0.2% | 0.75% | - |
| XYZ | 40.87 | 37.08 | 45.56 | - |
| YUV | 167.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 175 | 0 | 0.20 | 0.09 | 0.25 | 326.15 | 0.24 | 0.68 |
| Hex | C0 | 99 | AF | 0 | 14 | 9 | 19 | 146 | 18 | 44 |
| Octal | 300 | 231 | 257 | 0 | 24 | 11 | 31 | 506 | 30 | 104 |
| Binary | 11000000 | 10011001 | 10101111 | 0 | 10100 | 1001 | 11001 | 101000110 | 11000 | 1000100 |
Color Harmonies of #C099AF
Complementary color
Monochromatic Colors of #C099AF
Black with #C099AF
Text Example
Text Example
White with #C099AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099AF; }
p { color: rgb(192,153,175); }
H1.HeaderClassName
{
color: #C099AF;
}
.AnyTagClassName
{
color: #C099AF;
}
</style>
background-color css
<style>
a { background-color: #C099AF; }
a { background-color: rgb(192,153,175); }
div.DivClassName
{
background-color: #C099AF;
}
.BgClassName
{
background-color: #C099AF;
}
</style>
border-color css
<style>
span { border-color: #C099AF; }
span { border-color: rgb(192,153,175); }
td.TdClassName
{
border-color: #C099AF;
}
.TagClassName
{
border-color: #C099AF;
}
</style>