Shades of Lily #C8AAB6
Tints of Lily #C8AAB6
RGB
CMYK
RGB Variations
Color information
#C8AAB6 (or 0xC8AAB6) is known color: Lily. HEX triplet: C8, AA and B6. RGB value is (200,170,182). Sum of RGB (Red+Green+Blue) = 200+170+182=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAB6 is #375549. Grayscale: #B4B4B4. Windows color (decimal): -3626314 or 11971272. OLE color: 11971272.
HSL color Cylindrical-coordinate representation of color #C8AAB6: hue angle of 336º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AAB6 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 182 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.22 |
| HSL | 336º | 0.21% | 0.73% | - |
| HSV(B) | 336º | 0.15% | 0.78% | - |
| XYZ | 46.64 | 44.41 | 50.37 | - |
| YUV | 180.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 182 | 0 | 0.15 | 0.09 | 0.22 | 336 | 0.21 | 0.73 |
| Hex | C8 | AA | B6 | 0 | F | 9 | 16 | 150 | 15 | 49 |
| Octal | 310 | 252 | 266 | 0 | 17 | 11 | 26 | 520 | 25 | 111 |
| Binary | 11001000 | 10101010 | 10110110 | 0 | 1111 | 1001 | 10110 | 101010000 | 10101 | 1001001 |
Color Harmonies of #C8AAB6
Complementary color
Monochromatic Colors of #C8AAB6
Black with #C8AAB6
Text Example
Text Example
White with #C8AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAB6; }
p { color: rgb(200,170,182); }
H1.HeaderClassName
{
color: #C8AAB6;
}
.AnyTagClassName
{
color: #C8AAB6;
}
</style>
background-color css
<style>
a { background-color: #C8AAB6; }
a { background-color: rgb(200,170,182); }
div.DivClassName
{
background-color: #C8AAB6;
}
.BgClassName
{
background-color: #C8AAB6;
}
</style>
border-color css
<style>
span { border-color: #C8AAB6; }
span { border-color: rgb(200,170,182); }
td.TdClassName
{
border-color: #C8AAB6;
}
.TagClassName
{
border-color: #C8AAB6;
}
</style>