Shades of Lily #C599B8
Tints of Lily #C599B8
RGB
CMYK
RGB Variations
Color information
#C599B8 (or 0xC599B8) is known color: Lily. HEX triplet: C5, 99 and B8. RGB value is (197,153,184). Sum of RGB (Red+Green+Blue) = 197+153+184=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C599B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C599B8 is #3A6647. Grayscale: #A9A9A9. Windows color (decimal): -3827272 or 12097989. OLE color: 12097989.
HSL color Cylindrical-coordinate representation of color #C599B8: hue angle of 317.73º 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 #C599B8 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 184 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.23 |
| HSL | 317.73º | 0.28% | 0.69% | - |
| HSV(B) | 317.73º | 0.22% | 0.77% | - |
| XYZ | 43.07 | 38.11 | 50.43 | - |
| YUV | 169.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 184 | 0 | 0.22 | 0.07 | 0.23 | 317.73 | 0.28 | 0.69 |
| Hex | C5 | 99 | B8 | 0 | 16 | 7 | 17 | 13E | 1C | 45 |
| Octal | 305 | 231 | 270 | 0 | 26 | 7 | 27 | 476 | 34 | 105 |
| Binary | 11000101 | 10011001 | 10111000 | 0 | 10110 | 111 | 10111 | 100111110 | 11100 | 1000101 |
Color Harmonies of #C599B8
Complementary color
Monochromatic Colors of #C599B8
Black with #C599B8
Text Example
Text Example
White with #C599B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599B8; }
p { color: rgb(197,153,184); }
H1.HeaderClassName
{
color: #C599B8;
}
.AnyTagClassName
{
color: #C599B8;
}
</style>
background-color css
<style>
a { background-color: #C599B8; }
a { background-color: rgb(197,153,184); }
div.DivClassName
{
background-color: #C599B8;
}
.BgClassName
{
background-color: #C599B8;
}
</style>
border-color css
<style>
span { border-color: #C599B8; }
span { border-color: rgb(197,153,184); }
td.TdClassName
{
border-color: #C599B8;
}
.TagClassName
{
border-color: #C599B8;
}
</style>