Shades of Lily #C8A0B5
Tints of Lily #C8A0B5
RGB
CMYK
RGB Variations
Color information
#C8A0B5 (or 0xC8A0B5) is known color: Lily. HEX triplet: C8, A0 and B5. RGB value is (200,160,181). Sum of RGB (Red+Green+Blue) = 200+160+181=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0B5 is #375F4A. Grayscale: #AEAEAE. Windows color (decimal): -3628875 or 11903176. OLE color: 11903176.
HSL color Cylindrical-coordinate representation of color #C8A0B5: hue angle of 328.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8A0B5 is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 181 | - |
| CMYK | 0 | 0.2 | 0.09 | 0.22 |
| HSL | 328.5º | 0.27% | 0.71% | - |
| HSV(B) | 328.5º | 0.2% | 0.78% | - |
| XYZ | 44.73 | 40.76 | 49.23 | - |
| YUV | 174.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 181 | 0 | 0.2 | 0.09 | 0.22 | 328.5 | 0.27 | 0.71 |
| Hex | C8 | A0 | B5 | 0 | 14 | 9 | 16 | 148 | 1B | 47 |
| Octal | 310 | 240 | 265 | 0 | 24 | 11 | 26 | 510 | 33 | 107 |
| Binary | 11001000 | 10100000 | 10110101 | 0 | 10100 | 1001 | 10110 | 101001000 | 11011 | 1000111 |
Color Harmonies of #C8A0B5
Complementary color
Monochromatic Colors of #C8A0B5
Black with #C8A0B5
Text Example
Text Example
White with #C8A0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A0B5; }
p { color: rgb(200,160,181); }
H1.HeaderClassName
{
color: #C8A0B5;
}
.AnyTagClassName
{
color: #C8A0B5;
}
</style>
background-color css
<style>
a { background-color: #C8A0B5; }
a { background-color: rgb(200,160,181); }
div.DivClassName
{
background-color: #C8A0B5;
}
.BgClassName
{
background-color: #C8A0B5;
}
</style>
border-color css
<style>
span { border-color: #C8A0B5; }
span { border-color: rgb(200,160,181); }
td.TdClassName
{
border-color: #C8A0B5;
}
.TagClassName
{
border-color: #C8A0B5;
}
</style>