Shades of Lily #C8A5B5
Tints of Lily #C8A5B5
RGB
CMYK
RGB Variations
Color information
#C8A5B5 (or 0xC8A5B5) is known color: Lily. HEX triplet: C8, A5 and B5. RGB value is (200,165,181). Sum of RGB (Red+Green+Blue) = 200+165+181=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5B5 is #375A4A. Grayscale: #B1B1B1. Windows color (decimal): -3627595 or 11904456. OLE color: 11904456.
HSL color Cylindrical-coordinate representation of color #C8A5B5: hue angle of 332.57º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8A5B5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 181 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.22 |
| HSL | 332.57º | 0.24% | 0.72% | - |
| HSV(B) | 332.57º | 0.18% | 0.78% | - |
| XYZ | 45.62 | 42.53 | 49.52 | - |
| YUV | 177.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 181 | 0 | 0.18 | 0.09 | 0.22 | 332.57 | 0.24 | 0.72 |
| Hex | C8 | A5 | B5 | 0 | 12 | 9 | 16 | 14D | 18 | 48 |
| Octal | 310 | 245 | 265 | 0 | 22 | 11 | 26 | 515 | 30 | 110 |
| Binary | 11001000 | 10100101 | 10110101 | 0 | 10010 | 1001 | 10110 | 101001101 | 11000 | 1001000 |
Color Harmonies of #C8A5B5
Complementary color
Monochromatic Colors of #C8A5B5
Black with #C8A5B5
Text Example
Text Example
White with #C8A5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A5B5; }
p { color: rgb(200,165,181); }
H1.HeaderClassName
{
color: #C8A5B5;
}
.AnyTagClassName
{
color: #C8A5B5;
}
</style>
background-color css
<style>
a { background-color: #C8A5B5; }
a { background-color: rgb(200,165,181); }
div.DivClassName
{
background-color: #C8A5B5;
}
.BgClassName
{
background-color: #C8A5B5;
}
</style>
border-color css
<style>
span { border-color: #C8A5B5; }
span { border-color: rgb(200,165,181); }
td.TdClassName
{
border-color: #C8A5B5;
}
.TagClassName
{
border-color: #C8A5B5;
}
</style>