Shades of Lily #C599B0
Tints of Lily #C599B0
RGB
CMYK
RGB Variations
Color information
#C599B0 (or 0xC599B0) is known color: Lily. HEX triplet: C5, 99 and B0. RGB value is (197,153,176). Sum of RGB (Red+Green+Blue) = 197+153+176=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C599B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C599B0 is #3A664F. Grayscale: #A8A8A8. Windows color (decimal): -3827280 or 11573701. OLE color: 11573701.
HSL color Cylindrical-coordinate representation of color #C599B0: hue angle of 328.64º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C599B0 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 176 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.23 |
| HSL | 328.64º | 0.28% | 0.69% | - |
| HSV(B) | 328.64º | 0.22% | 0.77% | - |
| XYZ | 42.25 | 37.79 | 46.14 | - |
| YUV | 168.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 176 | 0 | 0.22 | 0.11 | 0.23 | 328.64 | 0.28 | 0.69 |
| Hex | C5 | 99 | B0 | 0 | 16 | B | 17 | 149 | 1C | 45 |
| Octal | 305 | 231 | 260 | 0 | 26 | 13 | 27 | 511 | 34 | 105 |
| Binary | 11000101 | 10011001 | 10110000 | 0 | 10110 | 1011 | 10111 | 101001001 | 11100 | 1000101 |
Color Harmonies of #C599B0
Complementary color
Monochromatic Colors of #C599B0
Black with #C599B0
Text Example
Text Example
White with #C599B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599B0; }
p { color: rgb(197,153,176); }
H1.HeaderClassName
{
color: #C599B0;
}
.AnyTagClassName
{
color: #C599B0;
}
</style>
background-color css
<style>
a { background-color: #C599B0; }
a { background-color: rgb(197,153,176); }
div.DivClassName
{
background-color: #C599B0;
}
.BgClassName
{
background-color: #C599B0;
}
</style>
border-color css
<style>
span { border-color: #C599B0; }
span { border-color: rgb(197,153,176); }
td.TdClassName
{
border-color: #C599B0;
}
.TagClassName
{
border-color: #C599B0;
}
</style>