Shades of Lily #C8A8B4
Tints of Lily #C8A8B4
RGB
CMYK
RGB Variations
Color information
#C8A8B4 (or 0xC8A8B4) is known color: Lily. HEX triplet: C8, A8 and B4. RGB value is (200,168,180). Sum of RGB (Red+Green+Blue) = 200+168+180=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8B4 is #37574B. Grayscale: #B2B2B2. Windows color (decimal): -3626828 or 11839688. OLE color: 11839688.
HSL color Cylindrical-coordinate representation of color #C8A8B4: hue angle of 337.5º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8A8B4 is Cyan = 0, Magento = 0.16, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 180 | - |
| CMYK | 0 | 0.16 | 0.1 | 0.22 |
| HSL | 337.5º | 0.23% | 0.72% | - |
| HSV(B) | 337.5º | 0.16% | 0.78% | - |
| XYZ | 46.06 | 43.58 | 49.16 | - |
| YUV | 178.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 180 | 0 | 0.16 | 0.1 | 0.22 | 337.5 | 0.23 | 0.72 |
| Hex | C8 | A8 | B4 | 0 | 10 | A | 16 | 152 | 17 | 48 |
| Octal | 310 | 250 | 264 | 0 | 20 | 12 | 26 | 522 | 27 | 110 |
| Binary | 11001000 | 10101000 | 10110100 | 0 | 10000 | 1010 | 10110 | 101010010 | 10111 | 1001000 |
Color Harmonies of #C8A8B4
Complementary color
Monochromatic Colors of #C8A8B4
Black with #C8A8B4
Text Example
Text Example
White with #C8A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A8B4; }
p { color: rgb(200,168,180); }
H1.HeaderClassName
{
color: #C8A8B4;
}
.AnyTagClassName
{
color: #C8A8B4;
}
</style>
background-color css
<style>
a { background-color: #C8A8B4; }
a { background-color: rgb(200,168,180); }
div.DivClassName
{
background-color: #C8A8B4;
}
.BgClassName
{
background-color: #C8A8B4;
}
</style>
border-color css
<style>
span { border-color: #C8A8B4; }
span { border-color: rgb(200,168,180); }
td.TdClassName
{
border-color: #C8A8B4;
}
.TagClassName
{
border-color: #C8A8B4;
}
</style>