Shades of Lily #C691B5
Tints of Lily #C691B5
RGB
CMYK
RGB Variations
Color information
#C691B5 (or 0xC691B5) is known color: Lily. HEX triplet: C6, 91 and B5. RGB value is (198,145,181). Sum of RGB (Red+Green+Blue) = 198+145+181=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C691B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691B5 is #396E4A. Grayscale: #A4A4A4. Windows color (decimal): -3763787 or 11899334. OLE color: 11899334.
HSL color Cylindrical-coordinate representation of color #C691B5: hue angle of 319.25º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C691B5 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 181 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.22 |
| HSL | 319.25º | 0.32% | 0.67% | - |
| HSV(B) | 319.25º | 0.27% | 0.78% | - |
| XYZ | 41.75 | 35.59 | 48.39 | - |
| YUV | 164.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 181 | 0 | 0.27 | 0.09 | 0.22 | 319.25 | 0.32 | 0.67 |
| Hex | C6 | 91 | B5 | 0 | 1B | 9 | 16 | 13F | 20 | 43 |
| Octal | 306 | 221 | 265 | 0 | 33 | 11 | 26 | 477 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10110101 | 0 | 11011 | 1001 | 10110 | 100111111 | 100000 | 1000011 |
Color Harmonies of #C691B5
Complementary color
Monochromatic Colors of #C691B5
Black with #C691B5
Text Example
Text Example
White with #C691B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691B5; }
p { color: rgb(198,145,181); }
H1.HeaderClassName
{
color: #C691B5;
}
.AnyTagClassName
{
color: #C691B5;
}
</style>
background-color css
<style>
a { background-color: #C691B5; }
a { background-color: rgb(198,145,181); }
div.DivClassName
{
background-color: #C691B5;
}
.BgClassName
{
background-color: #C691B5;
}
</style>
border-color css
<style>
span { border-color: #C691B5; }
span { border-color: rgb(198,145,181); }
td.TdClassName
{
border-color: #C691B5;
}
.TagClassName
{
border-color: #C691B5;
}
</style>