Shades of Lily #C599B7
Tints of Lily #C599B7
RGB
CMYK
RGB Variations
Color information
#C599B7 (or 0xC599B7) is known color: Lily. HEX triplet: C5, 99 and B7. RGB value is (197,153,183). Sum of RGB (Red+Green+Blue) = 197+153+183=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C599B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C599B7 is #3A6648. Grayscale: #A9A9A9. Windows color (decimal): -3827273 or 12032453. OLE color: 12032453.
HSL color Cylindrical-coordinate representation of color #C599B7: hue angle of 319.09º 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 #C599B7 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 183 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.23 |
| HSL | 319.09º | 0.28% | 0.69% | - |
| HSV(B) | 319.09º | 0.22% | 0.77% | - |
| XYZ | 42.96 | 38.07 | 49.88 | - |
| YUV | 169.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 183 | 0 | 0.22 | 0.07 | 0.23 | 319.09 | 0.28 | 0.69 |
| Hex | C5 | 99 | B7 | 0 | 16 | 7 | 17 | 13F | 1C | 45 |
| Octal | 305 | 231 | 267 | 0 | 26 | 7 | 27 | 477 | 34 | 105 |
| Binary | 11000101 | 10011001 | 10110111 | 0 | 10110 | 111 | 10111 | 100111111 | 11100 | 1000101 |
Color Harmonies of #C599B7
Complementary color
Monochromatic Colors of #C599B7
Black with #C599B7
Text Example
Text Example
White with #C599B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599B7; }
p { color: rgb(197,153,183); }
H1.HeaderClassName
{
color: #C599B7;
}
.AnyTagClassName
{
color: #C599B7;
}
</style>
background-color css
<style>
a { background-color: #C599B7; }
a { background-color: rgb(197,153,183); }
div.DivClassName
{
background-color: #C599B7;
}
.BgClassName
{
background-color: #C599B7;
}
</style>
border-color css
<style>
span { border-color: #C599B7; }
span { border-color: rgb(197,153,183); }
td.TdClassName
{
border-color: #C599B7;
}
.TagClassName
{
border-color: #C599B7;
}
</style>