Shades of Lily #C692B7
Tints of Lily #C692B7
RGB
CMYK
RGB Variations
Color information
#C692B7 (or 0xC692B7) is known color: Lily. HEX triplet: C6, 92 and B7. RGB value is (198,146,183). Sum of RGB (Red+Green+Blue) = 198+146+183=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C692B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692B7 is #396D48. Grayscale: #A5A5A5. Windows color (decimal): -3763529 or 12030662. OLE color: 12030662.
HSL color Cylindrical-coordinate representation of color #C692B7: hue angle of 317.31º 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 #C692B7 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 183 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.22 |
| HSL | 317.31º | 0.31% | 0.67% | - |
| HSV(B) | 317.31º | 0.26% | 0.78% | - |
| XYZ | 42.11 | 35.98 | 49.53 | - |
| YUV | 165.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 183 | 0 | 0.26 | 0.08 | 0.22 | 317.31 | 0.31 | 0.67 |
| Hex | C6 | 92 | B7 | 0 | 1A | 8 | 16 | 13D | 1F | 43 |
| Octal | 306 | 222 | 267 | 0 | 32 | 10 | 26 | 475 | 37 | 103 |
| Binary | 11000110 | 10010010 | 10110111 | 0 | 11010 | 1000 | 10110 | 100111101 | 11111 | 1000011 |
Color Harmonies of #C692B7
Complementary color
Monochromatic Colors of #C692B7
Black with #C692B7
Text Example
Text Example
White with #C692B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692B7; }
p { color: rgb(198,146,183); }
H1.HeaderClassName
{
color: #C692B7;
}
.AnyTagClassName
{
color: #C692B7;
}
</style>
background-color css
<style>
a { background-color: #C692B7; }
a { background-color: rgb(198,146,183); }
div.DivClassName
{
background-color: #C692B7;
}
.BgClassName
{
background-color: #C692B7;
}
</style>
border-color css
<style>
span { border-color: #C692B7; }
span { border-color: rgb(198,146,183); }
td.TdClassName
{
border-color: #C692B7;
}
.TagClassName
{
border-color: #C692B7;
}
</style>