Shades of Lily #C09CAF
Tints of Lily #C09CAF
RGB
CMYK
RGB Variations
Color information
#C09CAF (or 0xC09CAF) is known color: Lily. HEX triplet: C0, 9C and AF. RGB value is (192,156,175). Sum of RGB (Red+Green+Blue) = 192+156+175=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09CAF is #3F6350. Grayscale: #A8A8A8. Windows color (decimal): -4154193 or 11508928. OLE color: 11508928.
HSL color Cylindrical-coordinate representation of color #C09CAF: hue angle of 328.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09CAF is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 175 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.25 |
| HSL | 328.33º | 0.22% | 0.68% | - |
| HSV(B) | 328.33º | 0.19% | 0.75% | - |
| XYZ | 41.36 | 38.08 | 45.73 | - |
| YUV | 168.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 175 | 0 | 0.19 | 0.09 | 0.25 | 328.33 | 0.22 | 0.68 |
| Hex | C0 | 9C | AF | 0 | 13 | 9 | 19 | 148 | 16 | 44 |
| Octal | 300 | 234 | 257 | 0 | 23 | 11 | 31 | 510 | 26 | 104 |
| Binary | 11000000 | 10011100 | 10101111 | 0 | 10011 | 1001 | 11001 | 101001000 | 10110 | 1000100 |
Color Harmonies of #C09CAF
Complementary color
Monochromatic Colors of #C09CAF
Black with #C09CAF
Text Example
Text Example
White with #C09CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CAF; }
p { color: rgb(192,156,175); }
H1.HeaderClassName
{
color: #C09CAF;
}
.AnyTagClassName
{
color: #C09CAF;
}
</style>
background-color css
<style>
a { background-color: #C09CAF; }
a { background-color: rgb(192,156,175); }
div.DivClassName
{
background-color: #C09CAF;
}
.BgClassName
{
background-color: #C09CAF;
}
</style>
border-color css
<style>
span { border-color: #C09CAF; }
span { border-color: rgb(192,156,175); }
td.TdClassName
{
border-color: #C09CAF;
}
.TagClassName
{
border-color: #C09CAF;
}
</style>