Shades of Lily #C69CB3
Tints of Lily #C69CB3
RGB
CMYK
RGB Variations
Color information
#C69CB3 (or 0xC69CB3) is known color: Lily. HEX triplet: C6, 9C and B3. RGB value is (198,156,179). Sum of RGB (Red+Green+Blue) = 198+156+179=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CB3 is #39634C. Grayscale: #ABABAB. Windows color (decimal): -3760973 or 11771078. OLE color: 11771078.
HSL color Cylindrical-coordinate representation of color #C69CB3: hue angle of 327.14º 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 #C69CB3 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 179 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.22 |
| HSL | 327.14º | 0.27% | 0.69% | - |
| HSV(B) | 327.14º | 0.21% | 0.78% | - |
| XYZ | 43.31 | 39.04 | 47.9 | - |
| YUV | 171.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 179 | 0 | 0.21 | 0.10 | 0.22 | 327.14 | 0.27 | 0.69 |
| Hex | C6 | 9C | B3 | 0 | 15 | A | 16 | 147 | 1B | 45 |
| Octal | 306 | 234 | 263 | 0 | 25 | 12 | 26 | 507 | 33 | 105 |
| Binary | 11000110 | 10011100 | 10110011 | 0 | 10101 | 1010 | 10110 | 101000111 | 11011 | 1000101 |
Color Harmonies of #C69CB3
Complementary color
Monochromatic Colors of #C69CB3
Black with #C69CB3
Text Example
Text Example
White with #C69CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CB3; }
p { color: rgb(198,156,179); }
H1.HeaderClassName
{
color: #C69CB3;
}
.AnyTagClassName
{
color: #C69CB3;
}
</style>
background-color css
<style>
a { background-color: #C69CB3; }
a { background-color: rgb(198,156,179); }
div.DivClassName
{
background-color: #C69CB3;
}
.BgClassName
{
background-color: #C69CB3;
}
</style>
border-color css
<style>
span { border-color: #C69CB3; }
span { border-color: rgb(198,156,179); }
td.TdClassName
{
border-color: #C69CB3;
}
.TagClassName
{
border-color: #C69CB3;
}
</style>