Shades of Lily #C296B6
Tints of Lily #C296B6
RGB
CMYK
RGB Variations
Color information
#C296B6 (or 0xC296B6) is known color: Lily. HEX triplet: C2, 96 and B6. RGB value is (194,150,182). Sum of RGB (Red+Green+Blue) = 194+150+182=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C296B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296B6 is #3D6949. Grayscale: #A6A6A6. Windows color (decimal): -4024650 or 11966146. OLE color: 11966146.
HSL color Cylindrical-coordinate representation of color #C296B6: hue angle of 316.36º 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 #C296B6 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 182 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.24 |
| HSL | 316.36º | 0.27% | 0.67% | - |
| HSV(B) | 316.36º | 0.23% | 0.76% | - |
| XYZ | 41.6 | 36.66 | 49.14 | - |
| YUV | 166.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 182 | 0 | 0.23 | 0.06 | 0.24 | 316.36 | 0.27 | 0.67 |
| Hex | C2 | 96 | B6 | 0 | 17 | 6 | 18 | 13C | 1B | 43 |
| Octal | 302 | 226 | 266 | 0 | 27 | 6 | 30 | 474 | 33 | 103 |
| Binary | 11000010 | 10010110 | 10110110 | 0 | 10111 | 110 | 11000 | 100111100 | 11011 | 1000011 |
Color Harmonies of #C296B6
Complementary color
Monochromatic Colors of #C296B6
Black with #C296B6
Text Example
Text Example
White with #C296B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296B6; }
p { color: rgb(194,150,182); }
H1.HeaderClassName
{
color: #C296B6;
}
.AnyTagClassName
{
color: #C296B6;
}
</style>
background-color css
<style>
a { background-color: #C296B6; }
a { background-color: rgb(194,150,182); }
div.DivClassName
{
background-color: #C296B6;
}
.BgClassName
{
background-color: #C296B6;
}
</style>
border-color css
<style>
span { border-color: #C296B6; }
span { border-color: rgb(194,150,182); }
td.TdClassName
{
border-color: #C296B6;
}
.TagClassName
{
border-color: #C296B6;
}
</style>