Shades of Lily #C299B2
Tints of Lily #C299B2
RGB
CMYK
RGB Variations
Color information
#C299B2 (or 0xC299B2) is known color: Lily. HEX triplet: C2, 99 and B2. RGB value is (194,153,178). Sum of RGB (Red+Green+Blue) = 194+153+178=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C299B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299B2 is #3D664D. Grayscale: #A8A8A8. Windows color (decimal): -4023886 or 11704770. OLE color: 11704770.
HSL color Cylindrical-coordinate representation of color #C299B2: hue angle of 323.41º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C299B2 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 178 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.24 |
| HSL | 323.41º | 0.25% | 0.68% | - |
| HSV(B) | 323.41º | 0.21% | 0.76% | - |
| XYZ | 41.68 | 37.47 | 47.15 | - |
| YUV | 168.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 178 | 0 | 0.21 | 0.08 | 0.24 | 323.41 | 0.25 | 0.68 |
| Hex | C2 | 99 | B2 | 0 | 15 | 8 | 18 | 143 | 19 | 44 |
| Octal | 302 | 231 | 262 | 0 | 25 | 10 | 30 | 503 | 31 | 104 |
| Binary | 11000010 | 10011001 | 10110010 | 0 | 10101 | 1000 | 11000 | 101000011 | 11001 | 1000100 |
Color Harmonies of #C299B2
Complementary color
Monochromatic Colors of #C299B2
Black with #C299B2
Text Example
Text Example
White with #C299B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299B2; }
p { color: rgb(194,153,178); }
H1.HeaderClassName
{
color: #C299B2;
}
.AnyTagClassName
{
color: #C299B2;
}
</style>
background-color css
<style>
a { background-color: #C299B2; }
a { background-color: rgb(194,153,178); }
div.DivClassName
{
background-color: #C299B2;
}
.BgClassName
{
background-color: #C299B2;
}
</style>
border-color css
<style>
span { border-color: #C299B2; }
span { border-color: rgb(194,153,178); }
td.TdClassName
{
border-color: #C299B2;
}
.TagClassName
{
border-color: #C299B2;
}
</style>