Shades of Lily #C69CB1
Tints of Lily #C69CB1
RGB
CMYK
RGB Variations
Color information
#C69CB1 (or 0xC69CB1) is known color: Lily. HEX triplet: C6, 9C and B1. RGB value is (198,156,177). Sum of RGB (Red+Green+Blue) = 198+156+177=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69CB1 is #39634E. Grayscale: #AAAAAA. Windows color (decimal): -3760975 or 11640006. OLE color: 11640006.
HSL color Cylindrical-coordinate representation of color #C69CB1: hue angle of 330º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69CB1 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 177 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.22 |
| HSL | 330º | 0.27% | 0.69% | - |
| HSV(B) | 330º | 0.21% | 0.78% | - |
| XYZ | 43.11 | 38.96 | 46.84 | - |
| YUV | 170.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 177 | 0 | 0.21 | 0.11 | 0.22 | 330 | 0.27 | 0.69 |
| Hex | C6 | 9C | B1 | 0 | 15 | B | 16 | 14A | 1B | 45 |
| Octal | 306 | 234 | 261 | 0 | 25 | 13 | 26 | 512 | 33 | 105 |
| Binary | 11000110 | 10011100 | 10110001 | 0 | 10101 | 1011 | 10110 | 101001010 | 11011 | 1000101 |
Color Harmonies of #C69CB1
Complementary color
Monochromatic Colors of #C69CB1
Black with #C69CB1
Text Example
Text Example
White with #C69CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CB1; }
p { color: rgb(198,156,177); }
H1.HeaderClassName
{
color: #C69CB1;
}
.AnyTagClassName
{
color: #C69CB1;
}
</style>
background-color css
<style>
a { background-color: #C69CB1; }
a { background-color: rgb(198,156,177); }
div.DivClassName
{
background-color: #C69CB1;
}
.BgClassName
{
background-color: #C69CB1;
}
</style>
border-color css
<style>
span { border-color: #C69CB1; }
span { border-color: rgb(198,156,177); }
td.TdClassName
{
border-color: #C69CB1;
}
.TagClassName
{
border-color: #C69CB1;
}
</style>