Shades of Lily #C8A8B5
Tints of Lily #C8A8B5
RGB
CMYK
RGB Variations
Color information
#C8A8B5 (or 0xC8A8B5) is known color: Lily. HEX triplet: C8, A8 and B5. RGB value is (200,168,181). Sum of RGB (Red+Green+Blue) = 200+168+181=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8B5 is #37574A. Grayscale: #B3B3B3. Windows color (decimal): -3626827 or 11905224. OLE color: 11905224.
HSL color Cylindrical-coordinate representation of color #C8A8B5: hue angle of 335.62º 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 #C8A8B5 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 168 | 181 | - |
CMYK | 0 | 0.16 | 0.09 | 0.22 |
HSL | 335.63º | 0.23% | 0.72% | - |
HSV(B) | 335.63º | 0.16% | 0.78% | - |
XYZ | 46.16 | 43.62 | 49.7 | - |
YUV | 179.05 | 129.1 | 142.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 168 | 181 | 0 | 0.16 | 0.09 | 0.22 | 335.63 | 0.23 | 0.72 |
Hex | C8 | A8 | B5 | 0 | 10 | 9 | 16 | 150 | 17 | 48 |
Octal | 310 | 250 | 265 | 0 | 20 | 11 | 26 | 520 | 27 | 110 |
Binary | 11001000 | 10101000 | 10110101 | 0 | 10000 | 1001 | 10110 | 101010000 | 10111 | 1001000 |
Color Harmonies of #C8A8B5
Complementary color
Monochromatic Colors of #C8A8B5
Black with #C8A8B5
Text Example
Text Example
White with #C8A8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A8B5; }
p { color: rgb(200,168,181); }
H1.HeaderClassName
{
color: #C8A8B5;
}
.AnyTagClassName
{
color: #C8A8B5;
}
</style>
background-color css
<style>
a { background-color: #C8A8B5; }
a { background-color: rgb(200,168,181); }
div.DivClassName
{
background-color: #C8A8B5;
}
.BgClassName
{
background-color: #C8A8B5;
}
</style>
border-color css
<style>
span { border-color: #C8A8B5; }
span { border-color: rgb(200,168,181); }
td.TdClassName
{
border-color: #C8A8B5;
}
.TagClassName
{
border-color: #C8A8B5;
}
</style>