Shades of Lily #C6A5B5
Tints of Lily #C6A5B5
RGB
CMYK
RGB Variations
Color information
#C6A5B5 (or 0xC6A5B5) is known color: Lily. HEX triplet: C6, A5 and B5. RGB value is (198,165,181). Sum of RGB (Red+Green+Blue) = 198+165+181=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A5B5 is #395A4A. Grayscale: #B0B0B0. Windows color (decimal): -3758667 or 11904454. OLE color: 11904454.
HSL color Cylindrical-coordinate representation of color #C6A5B5: hue angle of 330.91º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6A5B5 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 181 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.22 |
| HSL | 330.91º | 0.22% | 0.71% | - |
| HSV(B) | 330.91º | 0.17% | 0.78% | - |
| XYZ | 45.08 | 42.25 | 49.5 | - |
| YUV | 176.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 181 | 0 | 0.17 | 0.09 | 0.22 | 330.91 | 0.22 | 0.71 |
| Hex | C6 | A5 | B5 | 0 | 11 | 9 | 16 | 14B | 16 | 47 |
| Octal | 306 | 245 | 265 | 0 | 21 | 11 | 26 | 513 | 26 | 107 |
| Binary | 11000110 | 10100101 | 10110101 | 0 | 10001 | 1001 | 10110 | 101001011 | 10110 | 1000111 |
Color Harmonies of #C6A5B5
Complementary color
Monochromatic Colors of #C6A5B5
Black with #C6A5B5
Text Example
Text Example
White with #C6A5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A5B5; }
p { color: rgb(198,165,181); }
H1.HeaderClassName
{
color: #C6A5B5;
}
.AnyTagClassName
{
color: #C6A5B5;
}
</style>
background-color css
<style>
a { background-color: #C6A5B5; }
a { background-color: rgb(198,165,181); }
div.DivClassName
{
background-color: #C6A5B5;
}
.BgClassName
{
background-color: #C6A5B5;
}
</style>
border-color css
<style>
span { border-color: #C6A5B5; }
span { border-color: rgb(198,165,181); }
td.TdClassName
{
border-color: #C6A5B5;
}
.TagClassName
{
border-color: #C6A5B5;
}
</style>