Shades of Lily #C9A8B6
Tints of Lily #C9A8B6
RGB
CMYK
RGB Variations
Color information
#C9A8B6 (or 0xC9A8B6) is known color: Lily. HEX triplet: C9, A8 and B6. RGB value is (201,168,182). Sum of RGB (Red+Green+Blue) = 201+168+182=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8B6 is #365749. Grayscale: #B3B3B3. Windows color (decimal): -3561290 or 11970761. OLE color: 11970761.
HSL color Cylindrical-coordinate representation of color #C9A8B6: hue angle of 334.55º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A8B6 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 168 | 182 | - |
CMYK | 0 | 0.16 | 0.09 | 0.21 |
HSL | 334.55º | 0.23% | 0.72% | - |
HSV(B) | 334.55º | 0.16% | 0.79% | - |
XYZ | 46.53 | 43.8 | 50.26 | - |
YUV | 179.46 | 129.43 | 143.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 168 | 182 | 0 | 0.16 | 0.09 | 0.21 | 334.55 | 0.23 | 0.72 |
Hex | C9 | A8 | B6 | 0 | 10 | 9 | 15 | 14F | 17 | 48 |
Octal | 311 | 250 | 266 | 0 | 20 | 11 | 25 | 517 | 27 | 110 |
Binary | 11001001 | 10101000 | 10110110 | 0 | 10000 | 1001 | 10101 | 101001111 | 10111 | 1001000 |
Color Harmonies of #C9A8B6
Complementary color
Monochromatic Colors of #C9A8B6
Black with #C9A8B6
Text Example
Text Example
White with #C9A8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A8B6; }
p { color: rgb(201,168,182); }
H1.HeaderClassName
{
color: #C9A8B6;
}
.AnyTagClassName
{
color: #C9A8B6;
}
</style>
background-color css
<style>
a { background-color: #C9A8B6; }
a { background-color: rgb(201,168,182); }
div.DivClassName
{
background-color: #C9A8B6;
}
.BgClassName
{
background-color: #C9A8B6;
}
</style>
border-color css
<style>
span { border-color: #C9A8B6; }
span { border-color: rgb(201,168,182); }
td.TdClassName
{
border-color: #C9A8B6;
}
.TagClassName
{
border-color: #C9A8B6;
}
</style>