Shades of Lily #C8A0B4
Tints of Lily #C8A0B4
RGB
CMYK
RGB Variations
Color information
#C8A0B4 (or 0xC8A0B4) is known color: Lily. HEX triplet: C8, A0 and B4. RGB value is (200,160,180). Sum of RGB (Red+Green+Blue) = 200+160+180=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0B4 is #375F4B. Grayscale: #AEAEAE. Windows color (decimal): -3628876 or 11837640. OLE color: 11837640.
HSL color Cylindrical-coordinate representation of color #C8A0B4: hue angle of 330º 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 #C8A0B4 is Cyan = 0, Magento = 0.2, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 180 | - |
| CMYK | 0 | 0.2 | 0.1 | 0.22 |
| HSL | 330º | 0.27% | 0.71% | - |
| HSV(B) | 330º | 0.2% | 0.78% | - |
| XYZ | 44.63 | 40.72 | 48.69 | - |
| YUV | 174.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 180 | 0 | 0.2 | 0.1 | 0.22 | 330 | 0.27 | 0.71 |
| Hex | C8 | A0 | B4 | 0 | 14 | A | 16 | 14A | 1B | 47 |
| Octal | 310 | 240 | 264 | 0 | 24 | 12 | 26 | 512 | 33 | 107 |
| Binary | 11001000 | 10100000 | 10110100 | 0 | 10100 | 1010 | 10110 | 101001010 | 11011 | 1000111 |
Color Harmonies of #C8A0B4
Complementary color
Monochromatic Colors of #C8A0B4
Black with #C8A0B4
Text Example
Text Example
White with #C8A0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A0B4; }
p { color: rgb(200,160,180); }
H1.HeaderClassName
{
color: #C8A0B4;
}
.AnyTagClassName
{
color: #C8A0B4;
}
</style>
background-color css
<style>
a { background-color: #C8A0B4; }
a { background-color: rgb(200,160,180); }
div.DivClassName
{
background-color: #C8A0B4;
}
.BgClassName
{
background-color: #C8A0B4;
}
</style>
border-color css
<style>
span { border-color: #C8A0B4; }
span { border-color: rgb(200,160,180); }
td.TdClassName
{
border-color: #C8A0B4;
}
.TagClassName
{
border-color: #C8A0B4;
}
</style>