Shades of Lily #C683AB
Tints of Lily #C683AB
RGB
CMYK
RGB Variations
Color information
#C683AB (or 0xC683AB) is known color: Lily. HEX triplet: C6, 83 and AB. RGB value is (198,131,171). Sum of RGB (Red+Green+Blue) = 198+131+171=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C683AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C683AB is #397C54. Grayscale: #9B9B9B. Windows color (decimal): -3767381 or 11240390. OLE color: 11240390.
HSL color Cylindrical-coordinate representation of color #C683AB: hue angle of 324.18º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C683AB is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 171 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.22 |
| HSL | 324.18º | 0.37% | 0.65% | - |
| HSV(B) | 324.18º | 0.34% | 0.78% | - |
| XYZ | 38.76 | 31.18 | 42.5 | - |
| YUV | 155.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 171 | 0 | 0.34 | 0.14 | 0.22 | 324.18 | 0.37 | 0.65 |
| Hex | C6 | 83 | AB | 0 | 22 | E | 16 | 144 | 25 | 41 |
| Octal | 306 | 203 | 253 | 0 | 42 | 16 | 26 | 504 | 45 | 101 |
| Binary | 11000110 | 10000011 | 10101011 | 0 | 100010 | 1110 | 10110 | 101000100 | 100101 | 1000001 |
Color Harmonies of #C683AB
Complementary color
Monochromatic Colors of #C683AB
Black with #C683AB
Text Example
Text Example
White with #C683AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C683AB; }
p { color: rgb(198,131,171); }
H1.HeaderClassName
{
color: #C683AB;
}
.AnyTagClassName
{
color: #C683AB;
}
</style>
background-color css
<style>
a { background-color: #C683AB; }
a { background-color: rgb(198,131,171); }
div.DivClassName
{
background-color: #C683AB;
}
.BgClassName
{
background-color: #C683AB;
}
</style>
border-color css
<style>
span { border-color: #C683AB; }
span { border-color: rgb(198,131,171); }
td.TdClassName
{
border-color: #C683AB;
}
.TagClassName
{
border-color: #C683AB;
}
</style>