Shades of Lily #C296B1
Tints of Lily #C296B1
RGB
CMYK
RGB Variations
Color information
#C296B1 (or 0xC296B1) is known color: Lily. HEX triplet: C2, 96 and B1. RGB value is (194,150,177). Sum of RGB (Red+Green+Blue) = 194+150+177=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C296B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296B1 is #3D694E. Grayscale: #A6A6A6. Windows color (decimal): -4024655 or 11638466. OLE color: 11638466.
HSL color Cylindrical-coordinate representation of color #C296B1: hue angle of 323.18º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C296B1 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 177 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.24 |
| HSL | 323.18º | 0.27% | 0.67% | - |
| HSV(B) | 323.18º | 0.23% | 0.76% | - |
| XYZ | 41.09 | 36.46 | 46.47 | - |
| YUV | 166.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 177 | 0 | 0.23 | 0.09 | 0.24 | 323.18 | 0.27 | 0.67 |
| Hex | C2 | 96 | B1 | 0 | 17 | 9 | 18 | 143 | 1B | 43 |
| Octal | 302 | 226 | 261 | 0 | 27 | 11 | 30 | 503 | 33 | 103 |
| Binary | 11000010 | 10010110 | 10110001 | 0 | 10111 | 1001 | 11000 | 101000011 | 11011 | 1000011 |
Color Harmonies of #C296B1
Complementary color
Monochromatic Colors of #C296B1
Black with #C296B1
Text Example
Text Example
White with #C296B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296B1; }
p { color: rgb(194,150,177); }
H1.HeaderClassName
{
color: #C296B1;
}
.AnyTagClassName
{
color: #C296B1;
}
</style>
background-color css
<style>
a { background-color: #C296B1; }
a { background-color: rgb(194,150,177); }
div.DivClassName
{
background-color: #C296B1;
}
.BgClassName
{
background-color: #C296B1;
}
</style>
border-color css
<style>
span { border-color: #C296B1; }
span { border-color: rgb(194,150,177); }
td.TdClassName
{
border-color: #C296B1;
}
.TagClassName
{
border-color: #C296B1;
}
</style>