Shades of Lily #C399B3
Tints of Lily #C399B3
RGB
CMYK
RGB Variations
Color information
#C399B3 (or 0xC399B3) is known color: Lily. HEX triplet: C3, 99 and B3. RGB value is (195,153,179). Sum of RGB (Red+Green+Blue) = 195+153+179=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C399B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399B3 is #3C664C. Grayscale: #A8A8A8. Windows color (decimal): -3958349 or 11770307. OLE color: 11770307.
HSL color Cylindrical-coordinate representation of color #C399B3: hue angle of 322.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C399B3 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 179 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.24 |
| HSL | 322.86º | 0.26% | 0.68% | - |
| HSV(B) | 322.86º | 0.22% | 0.76% | - |
| XYZ | 42.03 | 37.64 | 47.7 | - |
| YUV | 168.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 179 | 0 | 0.22 | 0.08 | 0.24 | 322.86 | 0.26 | 0.68 |
| Hex | C3 | 99 | B3 | 0 | 16 | 8 | 18 | 143 | 1A | 44 |
| Octal | 303 | 231 | 263 | 0 | 26 | 10 | 30 | 503 | 32 | 104 |
| Binary | 11000011 | 10011001 | 10110011 | 0 | 10110 | 1000 | 11000 | 101000011 | 11010 | 1000100 |
Color Harmonies of #C399B3
Complementary color
Monochromatic Colors of #C399B3
Black with #C399B3
Text Example
Text Example
White with #C399B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399B3; }
p { color: rgb(195,153,179); }
H1.HeaderClassName
{
color: #C399B3;
}
.AnyTagClassName
{
color: #C399B3;
}
</style>
background-color css
<style>
a { background-color: #C399B3; }
a { background-color: rgb(195,153,179); }
div.DivClassName
{
background-color: #C399B3;
}
.BgClassName
{
background-color: #C399B3;
}
</style>
border-color css
<style>
span { border-color: #C399B3; }
span { border-color: rgb(195,153,179); }
td.TdClassName
{
border-color: #C399B3;
}
.TagClassName
{
border-color: #C399B3;
}
</style>