Shades of Lily #C0AFB6
Tints of Lily #C0AFB6
RGB
CMYK
RGB Variations
Color information
#C0AFB6 (or 0xC0AFB6) is known color: Lily. HEX triplet: C0, AF and B6. RGB value is (192,175,182). Sum of RGB (Red+Green+Blue) = 192+175+182=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFB6 is #3F5049. Grayscale: #B4B4B4. Windows color (decimal): -4149322 or 11972544. OLE color: 11972544.
HSL color Cylindrical-coordinate representation of color #C0AFB6: hue angle of 335.29º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AFB6 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 182 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.25 |
| HSL | 335.29º | 0.12% | 0.72% | - |
| HSV(B) | 335.29º | 0.09% | 0.75% | - |
| XYZ | 45.51 | 45.24 | 50.59 | - |
| YUV | 180.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 182 | 0 | 0.09 | 0.05 | 0.25 | 335.29 | 0.12 | 0.72 |
| Hex | C0 | AF | B6 | 0 | 9 | 5 | 19 | 14F | C | 48 |
| Octal | 300 | 257 | 266 | 0 | 11 | 5 | 31 | 517 | 14 | 110 |
| Binary | 11000000 | 10101111 | 10110110 | 0 | 1001 | 101 | 11001 | 101001111 | 1100 | 1001000 |
Color Harmonies of #C0AFB6
Complementary color
Monochromatic Colors of #C0AFB6
Black with #C0AFB6
Text Example
Text Example
White with #C0AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFB6; }
p { color: rgb(192,175,182); }
H1.HeaderClassName
{
color: #C0AFB6;
}
.AnyTagClassName
{
color: #C0AFB6;
}
</style>
background-color css
<style>
a { background-color: #C0AFB6; }
a { background-color: rgb(192,175,182); }
div.DivClassName
{
background-color: #C0AFB6;
}
.BgClassName
{
background-color: #C0AFB6;
}
</style>
border-color css
<style>
span { border-color: #C0AFB6; }
span { border-color: rgb(192,175,182); }
td.TdClassName
{
border-color: #C0AFB6;
}
.TagClassName
{
border-color: #C0AFB6;
}
</style>