Shades of Lily #C8A4B5
Tints of Lily #C8A4B5
RGB
CMYK
RGB Variations
Color information
#C8A4B5 (or 0xC8A4B5) is known color: Lily. HEX triplet: C8, A4 and B5. RGB value is (200,164,181). Sum of RGB (Red+Green+Blue) = 200+164+181=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A4B5 is #375B4A. Grayscale: #B0B0B0. Windows color (decimal): -3627851 or 11904200. OLE color: 11904200.
HSL color Cylindrical-coordinate representation of color #C8A4B5: hue angle of 331.67º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8A4B5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 181 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.22 |
| HSL | 331.67º | 0.25% | 0.71% | - |
| HSV(B) | 331.67º | 0.18% | 0.78% | - |
| XYZ | 45.44 | 42.17 | 49.46 | - |
| YUV | 176.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 181 | 0 | 0.18 | 0.09 | 0.22 | 331.67 | 0.25 | 0.71 |
| Hex | C8 | A4 | B5 | 0 | 12 | 9 | 16 | 14C | 19 | 47 |
| Octal | 310 | 244 | 265 | 0 | 22 | 11 | 26 | 514 | 31 | 107 |
| Binary | 11001000 | 10100100 | 10110101 | 0 | 10010 | 1001 | 10110 | 101001100 | 11001 | 1000111 |
Color Harmonies of #C8A4B5
Complementary color
Monochromatic Colors of #C8A4B5
Black with #C8A4B5
Text Example
Text Example
White with #C8A4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A4B5; }
p { color: rgb(200,164,181); }
H1.HeaderClassName
{
color: #C8A4B5;
}
.AnyTagClassName
{
color: #C8A4B5;
}
</style>
background-color css
<style>
a { background-color: #C8A4B5; }
a { background-color: rgb(200,164,181); }
div.DivClassName
{
background-color: #C8A4B5;
}
.BgClassName
{
background-color: #C8A4B5;
}
</style>
border-color css
<style>
span { border-color: #C8A4B5; }
span { border-color: rgb(200,164,181); }
td.TdClassName
{
border-color: #C8A4B5;
}
.TagClassName
{
border-color: #C8A4B5;
}
</style>