Shades of Lily #C693BB
Tints of Lily #C693BB
RGB
CMYK
RGB Variations
Color information
#C693BB (or 0xC693BB) is known color: Lily. HEX triplet: C6, 93 and BB. RGB value is (198,147,187). Sum of RGB (Red+Green+Blue) = 198+147+187=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C693BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693BB is #396C44. Grayscale: #A6A6A6. Windows color (decimal): -3763269 or 12293062. OLE color: 12293062.
HSL color Cylindrical-coordinate representation of color #C693BB: hue angle of 312.94º 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 #C693BB is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 187 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.22 |
| HSL | 312.94º | 0.31% | 0.68% | - |
| HSV(B) | 312.94º | 0.26% | 0.78% | - |
| XYZ | 42.69 | 36.46 | 51.8 | - |
| YUV | 166.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 187 | 0 | 0.26 | 0.06 | 0.22 | 312.94 | 0.31 | 0.68 |
| Hex | C6 | 93 | BB | 0 | 1A | 6 | 16 | 139 | 1F | 44 |
| Octal | 306 | 223 | 273 | 0 | 32 | 6 | 26 | 471 | 37 | 104 |
| Binary | 11000110 | 10010011 | 10111011 | 0 | 11010 | 110 | 10110 | 100111001 | 11111 | 1000100 |
Color Harmonies of #C693BB
Complementary color
Monochromatic Colors of #C693BB
Black with #C693BB
Text Example
Text Example
White with #C693BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C693BB; }
p { color: rgb(198,147,187); }
H1.HeaderClassName
{
color: #C693BB;
}
.AnyTagClassName
{
color: #C693BB;
}
</style>
background-color css
<style>
a { background-color: #C693BB; }
a { background-color: rgb(198,147,187); }
div.DivClassName
{
background-color: #C693BB;
}
.BgClassName
{
background-color: #C693BB;
}
</style>
border-color css
<style>
span { border-color: #C693BB; }
span { border-color: rgb(198,147,187); }
td.TdClassName
{
border-color: #C693BB;
}
.TagClassName
{
border-color: #C693BB;
}
</style>