Shades of Lily #C692BA
Tints of Lily #C692BA
RGB
CMYK
RGB Variations
Color information
#C692BA (or 0xC692BA) is known color: Lily. HEX triplet: C6, 92 and BA. RGB value is (198,146,186). Sum of RGB (Red+Green+Blue) = 198+146+186=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C692BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692BA is #396D45. Grayscale: #A6A6A6. Windows color (decimal): -3763526 or 12227270. OLE color: 12227270.
HSL color Cylindrical-coordinate representation of color #C692BA: hue angle of 313.85º 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 #C692BA is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 186 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.22 |
| HSL | 313.85º | 0.31% | 0.67% | - |
| HSV(B) | 313.85º | 0.26% | 0.78% | - |
| XYZ | 42.43 | 36.11 | 51.19 | - |
| YUV | 166.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 186 | 0 | 0.26 | 0.06 | 0.22 | 313.85 | 0.31 | 0.67 |
| Hex | C6 | 92 | BA | 0 | 1A | 6 | 16 | 13A | 1F | 43 |
| Octal | 306 | 222 | 272 | 0 | 32 | 6 | 26 | 472 | 37 | 103 |
| Binary | 11000110 | 10010010 | 10111010 | 0 | 11010 | 110 | 10110 | 100111010 | 11111 | 1000011 |
Color Harmonies of #C692BA
Complementary color
Monochromatic Colors of #C692BA
Black with #C692BA
Text Example
Text Example
White with #C692BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692BA; }
p { color: rgb(198,146,186); }
H1.HeaderClassName
{
color: #C692BA;
}
.AnyTagClassName
{
color: #C692BA;
}
</style>
background-color css
<style>
a { background-color: #C692BA; }
a { background-color: rgb(198,146,186); }
div.DivClassName
{
background-color: #C692BA;
}
.BgClassName
{
background-color: #C692BA;
}
</style>
border-color css
<style>
span { border-color: #C692BA; }
span { border-color: rgb(198,146,186); }
td.TdClassName
{
border-color: #C692BA;
}
.TagClassName
{
border-color: #C692BA;
}
</style>