Shades of Lily #C8AAB7
Tints of Lily #C8AAB7
RGB
CMYK
RGB Variations
Color information
#C8AAB7 (or 0xC8AAB7) is known color: Lily. HEX triplet: C8, AA and B7. RGB value is (200,170,183). Sum of RGB (Red+Green+Blue) = 200+170+183=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAB7 is #375548. Grayscale: #B4B4B4. Windows color (decimal): -3626313 or 12036808. OLE color: 12036808.
HSL color Cylindrical-coordinate representation of color #C8AAB7: hue angle of 334º 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 #C8AAB7 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 170 | 183 | - |
CMYK | 0 | 0.15 | 0.08 | 0.22 |
HSL | 334º | 0.21% | 0.73% | - |
HSV(B) | 334º | 0.15% | 0.78% | - |
XYZ | 46.74 | 44.45 | 50.92 | - |
YUV | 180.45 | 129.44 | 141.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 170 | 183 | 0 | 0.15 | 0.08 | 0.22 | 334 | 0.21 | 0.73 |
Hex | C8 | AA | B7 | 0 | F | 8 | 16 | 14E | 15 | 49 |
Octal | 310 | 252 | 267 | 0 | 17 | 10 | 26 | 516 | 25 | 111 |
Binary | 11001000 | 10101010 | 10110111 | 0 | 1111 | 1000 | 10110 | 101001110 | 10101 | 1001001 |
Color Harmonies of #C8AAB7
Complementary color
Monochromatic Colors of #C8AAB7
Black with #C8AAB7
Text Example
Text Example
White with #C8AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAB7; }
p { color: rgb(200,170,183); }
H1.HeaderClassName
{
color: #C8AAB7;
}
.AnyTagClassName
{
color: #C8AAB7;
}
</style>
background-color css
<style>
a { background-color: #C8AAB7; }
a { background-color: rgb(200,170,183); }
div.DivClassName
{
background-color: #C8AAB7;
}
.BgClassName
{
background-color: #C8AAB7;
}
</style>
border-color css
<style>
span { border-color: #C8AAB7; }
span { border-color: rgb(200,170,183); }
td.TdClassName
{
border-color: #C8AAB7;
}
.TagClassName
{
border-color: #C8AAB7;
}
</style>