Shades of Lily #C69CB6
Tints of Lily #C69CB6
RGB
CMYK
RGB Variations
Color information
#C69CB6 (or 0xC69CB6) is known color: Lily. HEX triplet: C6, 9C and B6. RGB value is (198,156,182). Sum of RGB (Red+Green+Blue) = 198+156+182=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CB6 is #396349. Grayscale: #ABABAB. Windows color (decimal): -3760970 or 11967686. OLE color: 11967686.
HSL color Cylindrical-coordinate representation of color #C69CB6: hue angle of 322.86º 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 #C69CB6 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 182 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.22 |
| HSL | 322.86º | 0.27% | 0.69% | - |
| HSV(B) | 322.86º | 0.21% | 0.78% | - |
| XYZ | 43.62 | 39.16 | 49.52 | - |
| YUV | 171.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 182 | 0 | 0.21 | 0.08 | 0.22 | 322.86 | 0.27 | 0.69 |
| Hex | C6 | 9C | B6 | 0 | 15 | 8 | 16 | 143 | 1B | 45 |
| Octal | 306 | 234 | 266 | 0 | 25 | 10 | 26 | 503 | 33 | 105 |
| Binary | 11000110 | 10011100 | 10110110 | 0 | 10101 | 1000 | 10110 | 101000011 | 11011 | 1000101 |
Color Harmonies of #C69CB6
Complementary color
Monochromatic Colors of #C69CB6
Black with #C69CB6
Text Example
Text Example
White with #C69CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CB6; }
p { color: rgb(198,156,182); }
H1.HeaderClassName
{
color: #C69CB6;
}
.AnyTagClassName
{
color: #C69CB6;
}
</style>
background-color css
<style>
a { background-color: #C69CB6; }
a { background-color: rgb(198,156,182); }
div.DivClassName
{
background-color: #C69CB6;
}
.BgClassName
{
background-color: #C69CB6;
}
</style>
border-color css
<style>
span { border-color: #C69CB6; }
span { border-color: rgb(198,156,182); }
td.TdClassName
{
border-color: #C69CB6;
}
.TagClassName
{
border-color: #C69CB6;
}
</style>