Shades of Lily #C499B7
Tints of Lily #C499B7
RGB
CMYK
RGB Variations
Color information
#C499B7 (or 0xC499B7) is known color: Lily. HEX triplet: C4, 99 and B7. RGB value is (196,153,183). Sum of RGB (Red+Green+Blue) = 196+153+183=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C499B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499B7 is #3B6648. Grayscale: #A9A9A9. Windows color (decimal): -3892809 or 12032452. OLE color: 12032452.
HSL color Cylindrical-coordinate representation of color #C499B7: hue angle of 318.14º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C499B7 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 183 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.23 |
| HSL | 318.14º | 0.27% | 0.68% | - |
| HSV(B) | 318.14º | 0.22% | 0.77% | - |
| XYZ | 42.7 | 37.94 | 49.87 | - |
| YUV | 169.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 183 | 0 | 0.22 | 0.07 | 0.23 | 318.14 | 0.27 | 0.68 |
| Hex | C4 | 99 | B7 | 0 | 16 | 7 | 17 | 13E | 1B | 44 |
| Octal | 304 | 231 | 267 | 0 | 26 | 7 | 27 | 476 | 33 | 104 |
| Binary | 11000100 | 10011001 | 10110111 | 0 | 10110 | 111 | 10111 | 100111110 | 11011 | 1000100 |
Color Harmonies of #C499B7
Complementary color
Monochromatic Colors of #C499B7
Black with #C499B7
Text Example
Text Example
White with #C499B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C499B7; }
p { color: rgb(196,153,183); }
H1.HeaderClassName
{
color: #C499B7;
}
.AnyTagClassName
{
color: #C499B7;
}
</style>
background-color css
<style>
a { background-color: #C499B7; }
a { background-color: rgb(196,153,183); }
div.DivClassName
{
background-color: #C499B7;
}
.BgClassName
{
background-color: #C499B7;
}
</style>
border-color css
<style>
span { border-color: #C499B7; }
span { border-color: rgb(196,153,183); }
td.TdClassName
{
border-color: #C499B7;
}
.TagClassName
{
border-color: #C499B7;
}
</style>