Shades of Lily #C68CAD
Tints of Lily #C68CAD
RGB
CMYK
RGB Variations
Color information
#C68CAD (or 0xC68CAD) is known color: Lily. HEX triplet: C6, 8C and AD. RGB value is (198,140,173). Sum of RGB (Red+Green+Blue) = 198+140+173=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68CAD is #397352. Grayscale: #A1A1A1. Windows color (decimal): -3765075 or 11373766. OLE color: 11373766.
HSL color Cylindrical-coordinate representation of color #C68CAD: hue angle of 325.86º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68CAD is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 173 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.22 |
| HSL | 325.86º | 0.34% | 0.66% | - |
| HSV(B) | 325.86º | 0.29% | 0.78% | - |
| XYZ | 40.21 | 33.78 | 43.94 | - |
| YUV | 161.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 173 | 0 | 0.29 | 0.13 | 0.22 | 325.86 | 0.34 | 0.66 |
| Hex | C6 | 8C | AD | 0 | 1D | D | 16 | 146 | 22 | 42 |
| Octal | 306 | 214 | 255 | 0 | 35 | 15 | 26 | 506 | 42 | 102 |
| Binary | 11000110 | 10001100 | 10101101 | 0 | 11101 | 1101 | 10110 | 101000110 | 100010 | 1000010 |
Color Harmonies of #C68CAD
Complementary color
Monochromatic Colors of #C68CAD
Black with #C68CAD
Text Example
Text Example
White with #C68CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CAD; }
p { color: rgb(198,140,173); }
H1.HeaderClassName
{
color: #C68CAD;
}
.AnyTagClassName
{
color: #C68CAD;
}
</style>
background-color css
<style>
a { background-color: #C68CAD; }
a { background-color: rgb(198,140,173); }
div.DivClassName
{
background-color: #C68CAD;
}
.BgClassName
{
background-color: #C68CAD;
}
</style>
border-color css
<style>
span { border-color: #C68CAD; }
span { border-color: rgb(198,140,173); }
td.TdClassName
{
border-color: #C68CAD;
}
.TagClassName
{
border-color: #C68CAD;
}
</style>