Shades of Lily #C693AB
Tints of Lily #C693AB
RGB
CMYK
RGB Variations
Color information
#C693AB (or 0xC693AB) is known color: Lily. HEX triplet: C6, 93 and AB. RGB value is (198,147,171). Sum of RGB (Red+Green+Blue) = 198+147+171=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C693AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C693AB is #396C54. Grayscale: #A4A4A4. Windows color (decimal): -3763285 or 11244486. OLE color: 11244486.
HSL color Cylindrical-coordinate representation of color #C693AB: hue angle of 331.76º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C693AB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 171 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.22 |
| HSL | 331.76º | 0.31% | 0.68% | - |
| HSV(B) | 331.76º | 0.26% | 0.78% | - |
| XYZ | 41.07 | 35.81 | 43.28 | - |
| YUV | 164.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 171 | 0 | 0.26 | 0.14 | 0.22 | 331.76 | 0.31 | 0.68 |
| Hex | C6 | 93 | AB | 0 | 1A | E | 16 | 14C | 1F | 44 |
| Octal | 306 | 223 | 253 | 0 | 32 | 16 | 26 | 514 | 37 | 104 |
| Binary | 11000110 | 10010011 | 10101011 | 0 | 11010 | 1110 | 10110 | 101001100 | 11111 | 1000100 |
Color Harmonies of #C693AB
Complementary color
Monochromatic Colors of #C693AB
Black with #C693AB
Text Example
Text Example
White with #C693AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C693AB; }
p { color: rgb(198,147,171); }
H1.HeaderClassName
{
color: #C693AB;
}
.AnyTagClassName
{
color: #C693AB;
}
</style>
background-color css
<style>
a { background-color: #C693AB; }
a { background-color: rgb(198,147,171); }
div.DivClassName
{
background-color: #C693AB;
}
.BgClassName
{
background-color: #C693AB;
}
</style>
border-color css
<style>
span { border-color: #C693AB; }
span { border-color: rgb(198,147,171); }
td.TdClassName
{
border-color: #C693AB;
}
.TagClassName
{
border-color: #C693AB;
}
</style>