Shades of Lily #C8A8B3
Tints of Lily #C8A8B3
RGB
CMYK
RGB Variations
Color information
#C8A8B3 (or 0xC8A8B3) is known color: Lily. HEX triplet: C8, A8 and B3. RGB value is (200,168,179). Sum of RGB (Red+Green+Blue) = 200+168+179=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8B3 is #37574C. Grayscale: #B2B2B2. Windows color (decimal): -3626829 or 11774152. OLE color: 11774152.
HSL color Cylindrical-coordinate representation of color #C8A8B3: hue angle of 339.38º 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 #C8A8B3 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 179 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.22 |
| HSL | 339.38º | 0.23% | 0.72% | - |
| HSV(B) | 339.38º | 0.16% | 0.78% | - |
| XYZ | 45.96 | 43.54 | 48.63 | - |
| YUV | 178.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 179 | 0 | 0.16 | 0.10 | 0.22 | 339.38 | 0.23 | 0.72 |
| Hex | C8 | A8 | B3 | 0 | 10 | A | 16 | 153 | 17 | 48 |
| Octal | 310 | 250 | 263 | 0 | 20 | 12 | 26 | 523 | 27 | 110 |
| Binary | 11001000 | 10101000 | 10110011 | 0 | 10000 | 1010 | 10110 | 101010011 | 10111 | 1001000 |
Color Harmonies of #C8A8B3
Complementary color
Monochromatic Colors of #C8A8B3
Black with #C8A8B3
Text Example
Text Example
White with #C8A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A8B3; }
p { color: rgb(200,168,179); }
H1.HeaderClassName
{
color: #C8A8B3;
}
.AnyTagClassName
{
color: #C8A8B3;
}
</style>
background-color css
<style>
a { background-color: #C8A8B3; }
a { background-color: rgb(200,168,179); }
div.DivClassName
{
background-color: #C8A8B3;
}
.BgClassName
{
background-color: #C8A8B3;
}
</style>
border-color css
<style>
span { border-color: #C8A8B3; }
span { border-color: rgb(200,168,179); }
td.TdClassName
{
border-color: #C8A8B3;
}
.TagClassName
{
border-color: #C8A8B3;
}
</style>