Shades of Lily #C299AF
Tints of Lily #C299AF
RGB
CMYK
RGB Variations
Color information
#C299AF (or 0xC299AF) is known color: Lily. HEX triplet: C2, 99 and AF. RGB value is (194,153,175). Sum of RGB (Red+Green+Blue) = 194+153+175=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C299AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299AF is #3D6650. Grayscale: #A7A7A7. Windows color (decimal): -4023889 or 11508162. OLE color: 11508162.
HSL color Cylindrical-coordinate representation of color #C299AF: hue angle of 327.8º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C299AF is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 175 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.24 |
| HSL | 327.8º | 0.25% | 0.68% | - |
| HSV(B) | 327.8º | 0.21% | 0.76% | - |
| XYZ | 41.38 | 37.35 | 45.59 | - |
| YUV | 167.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 175 | 0 | 0.21 | 0.10 | 0.24 | 327.8 | 0.25 | 0.68 |
| Hex | C2 | 99 | AF | 0 | 15 | A | 18 | 148 | 19 | 44 |
| Octal | 302 | 231 | 257 | 0 | 25 | 12 | 30 | 510 | 31 | 104 |
| Binary | 11000010 | 10011001 | 10101111 | 0 | 10101 | 1010 | 11000 | 101001000 | 11001 | 1000100 |
Color Harmonies of #C299AF
Complementary color
Monochromatic Colors of #C299AF
Black with #C299AF
Text Example
Text Example
White with #C299AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299AF; }
p { color: rgb(194,153,175); }
H1.HeaderClassName
{
color: #C299AF;
}
.AnyTagClassName
{
color: #C299AF;
}
</style>
background-color css
<style>
a { background-color: #C299AF; }
a { background-color: rgb(194,153,175); }
div.DivClassName
{
background-color: #C299AF;
}
.BgClassName
{
background-color: #C299AF;
}
</style>
border-color css
<style>
span { border-color: #C299AF; }
span { border-color: rgb(194,153,175); }
td.TdClassName
{
border-color: #C299AF;
}
.TagClassName
{
border-color: #C299AF;
}
</style>