Shades of Lily #C399B4
Tints of Lily #C399B4
RGB
CMYK
RGB Variations
Color information
#C399B4 (or 0xC399B4) is known color: Lily. HEX triplet: C3, 99 and B4. RGB value is (195,153,180). Sum of RGB (Red+Green+Blue) = 195+153+180=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C399B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399B4 is #3C664B. Grayscale: #A8A8A8. Windows color (decimal): -3958348 or 11835843. OLE color: 11835843.
HSL color Cylindrical-coordinate representation of color #C399B4: hue angle of 321.43º 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 #C399B4 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 180 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.24 |
| HSL | 321.43º | 0.26% | 0.68% | - |
| HSV(B) | 321.43º | 0.22% | 0.76% | - |
| XYZ | 42.14 | 37.68 | 48.23 | - |
| YUV | 168.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 180 | 0 | 0.22 | 0.08 | 0.24 | 321.43 | 0.26 | 0.68 |
| Hex | C3 | 99 | B4 | 0 | 16 | 8 | 18 | 141 | 1A | 44 |
| Octal | 303 | 231 | 264 | 0 | 26 | 10 | 30 | 501 | 32 | 104 |
| Binary | 11000011 | 10011001 | 10110100 | 0 | 10110 | 1000 | 11000 | 101000001 | 11010 | 1000100 |
Color Harmonies of #C399B4
Complementary color
Monochromatic Colors of #C399B4
Black with #C399B4
Text Example
Text Example
White with #C399B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399B4; }
p { color: rgb(195,153,180); }
H1.HeaderClassName
{
color: #C399B4;
}
.AnyTagClassName
{
color: #C399B4;
}
</style>
background-color css
<style>
a { background-color: #C399B4; }
a { background-color: rgb(195,153,180); }
div.DivClassName
{
background-color: #C399B4;
}
.BgClassName
{
background-color: #C399B4;
}
</style>
border-color css
<style>
span { border-color: #C399B4; }
span { border-color: rgb(195,153,180); }
td.TdClassName
{
border-color: #C399B4;
}
.TagClassName
{
border-color: #C399B4;
}
</style>