Shades of Lily #C692B8
Tints of Lily #C692B8
RGB
CMYK
RGB Variations
Color information
#C692B8 (or 0xC692B8) is known color: Lily. HEX triplet: C6, 92 and B8. RGB value is (198,146,184). Sum of RGB (Red+Green+Blue) = 198+146+184=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C692B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692B8 is #396D47. Grayscale: #A5A5A5. Windows color (decimal): -3763528 or 12096198. OLE color: 12096198.
HSL color Cylindrical-coordinate representation of color #C692B8: hue angle of 316.15º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C692B8 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 184 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.22 |
| HSL | 316.15º | 0.31% | 0.67% | - |
| HSV(B) | 316.15º | 0.26% | 0.78% | - |
| XYZ | 42.22 | 36.02 | 50.08 | - |
| YUV | 165.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 184 | 0 | 0.26 | 0.07 | 0.22 | 316.15 | 0.31 | 0.67 |
| Hex | C6 | 92 | B8 | 0 | 1A | 7 | 16 | 13C | 1F | 43 |
| Octal | 306 | 222 | 270 | 0 | 32 | 7 | 26 | 474 | 37 | 103 |
| Binary | 11000110 | 10010010 | 10111000 | 0 | 11010 | 111 | 10110 | 100111100 | 11111 | 1000011 |
Color Harmonies of #C692B8
Complementary color
Monochromatic Colors of #C692B8
Black with #C692B8
Text Example
Text Example
White with #C692B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692B8; }
p { color: rgb(198,146,184); }
H1.HeaderClassName
{
color: #C692B8;
}
.AnyTagClassName
{
color: #C692B8;
}
</style>
background-color css
<style>
a { background-color: #C692B8; }
a { background-color: rgb(198,146,184); }
div.DivClassName
{
background-color: #C692B8;
}
.BgClassName
{
background-color: #C692B8;
}
</style>
border-color css
<style>
span { border-color: #C692B8; }
span { border-color: rgb(198,146,184); }
td.TdClassName
{
border-color: #C692B8;
}
.TagClassName
{
border-color: #C692B8;
}
</style>