Shades of Lily #C882AF
Tints of Lily #C882AF
RGB
CMYK
RGB Variations
Color information
#C882AF (or 0xC882AF) is known color: Lily. HEX triplet: C8, 82 and AF. RGB value is (200,130,175). Sum of RGB (Red+Green+Blue) = 200+130+175=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C882AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882AF is #377D50. Grayscale: #9B9B9B. Windows color (decimal): -3636561 or 11502280. OLE color: 11502280.
HSL color Cylindrical-coordinate representation of color #C882AF: hue angle of 321.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882AF is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 175 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.22 |
| HSL | 321.43º | 0.39% | 0.65% | - |
| HSV(B) | 321.43º | 0.35% | 0.78% | - |
| XYZ | 39.54 | 31.34 | 44.52 | - |
| YUV | 156.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 175 | 0 | 0.35 | 0.12 | 0.22 | 321.43 | 0.39 | 0.65 |
| Hex | C8 | 82 | AF | 0 | 23 | C | 16 | 141 | 27 | 41 |
| Octal | 310 | 202 | 257 | 0 | 43 | 14 | 26 | 501 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10101111 | 0 | 100011 | 1100 | 10110 | 101000001 | 100111 | 1000001 |
Color Harmonies of #C882AF
Complementary color
Monochromatic Colors of #C882AF
Black with #C882AF
Text Example
Text Example
White with #C882AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882AF; }
p { color: rgb(200,130,175); }
H1.HeaderClassName
{
color: #C882AF;
}
.AnyTagClassName
{
color: #C882AF;
}
</style>
background-color css
<style>
a { background-color: #C882AF; }
a { background-color: rgb(200,130,175); }
div.DivClassName
{
background-color: #C882AF;
}
.BgClassName
{
background-color: #C882AF;
}
</style>
border-color css
<style>
span { border-color: #C882AF; }
span { border-color: rgb(200,130,175); }
td.TdClassName
{
border-color: #C882AF;
}
.TagClassName
{
border-color: #C882AF;
}
</style>