Shades of Lily #C8A1B3
Tints of Lily #C8A1B3
RGB
CMYK
RGB Variations
Color information
#C8A1B3 (or 0xC8A1B3) is known color: Lily. HEX triplet: C8, A1 and B3. RGB value is (200,161,179). Sum of RGB (Red+Green+Blue) = 200+161+179=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A1B3 is #375E4C. Grayscale: #AEAEAE. Windows color (decimal): -3628621 or 11772360. OLE color: 11772360.
HSL color Cylindrical-coordinate representation of color #C8A1B3: hue angle of 332.31º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A1B3 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 179 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.22 |
| HSL | 332.31º | 0.26% | 0.71% | - |
| HSV(B) | 332.31º | 0.2% | 0.78% | - |
| XYZ | 44.7 | 41.02 | 48.21 | - |
| YUV | 174.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 179 | 0 | 0.19 | 0.10 | 0.22 | 332.31 | 0.26 | 0.71 |
| Hex | C8 | A1 | B3 | 0 | 13 | A | 16 | 14C | 1A | 47 |
| Octal | 310 | 241 | 263 | 0 | 23 | 12 | 26 | 514 | 32 | 107 |
| Binary | 11001000 | 10100001 | 10110011 | 0 | 10011 | 1010 | 10110 | 101001100 | 11010 | 1000111 |
Color Harmonies of #C8A1B3
Complementary color
Monochromatic Colors of #C8A1B3
Black with #C8A1B3
Text Example
Text Example
White with #C8A1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A1B3; }
p { color: rgb(200,161,179); }
H1.HeaderClassName
{
color: #C8A1B3;
}
.AnyTagClassName
{
color: #C8A1B3;
}
</style>
background-color css
<style>
a { background-color: #C8A1B3; }
a { background-color: rgb(200,161,179); }
div.DivClassName
{
background-color: #C8A1B3;
}
.BgClassName
{
background-color: #C8A1B3;
}
</style>
border-color css
<style>
span { border-color: #C8A1B3; }
span { border-color: rgb(200,161,179); }
td.TdClassName
{
border-color: #C8A1B3;
}
.TagClassName
{
border-color: #C8A1B3;
}
</style>