Shades of Lilac #C9A8CC
Tints of Lilac #C9A8CC
RGB
CMYK
RGB Variations
Color information
#C9A8CC (or 0xC9A8CC) is known color: Lilac. HEX triplet: C9, A8 and CC. RGB value is (201,168,204). Sum of RGB (Red+Green+Blue) = 201+168+204=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9A8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8CC is #365733. Grayscale: #B5B5B5. Windows color (decimal): -3561268 or 13412553. OLE color: 13412553.
HSL color Cylindrical-coordinate representation of color #C9A8CC: hue angle of 295º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9A8CC is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 201 | 168 | 204 | - |
CMYK | 0.01 | 0.18 | 0 | 0.2 |
HSL | 295º | 0.26% | 0.73% | - |
HSV(B) | 295º | 0.18% | 0.8% | - |
XYZ | 48.99 | 44.78 | 63.19 | - |
YUV | 181.97 | 140.43 | 141.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 168 | 204 | 0.01 | 0.18 | 0 | 0.2 | 295 | 0.26 | 0.73 |
Hex | C9 | A8 | CC | 1 | 12 | 0 | 14 | 127 | 1A | 49 |
Octal | 311 | 250 | 314 | 1 | 22 | 0 | 24 | 447 | 32 | 111 |
Binary | 11001001 | 10101000 | 11001100 | 1 | 10010 | 0 | 10100 | 100100111 | 11010 | 1001001 |
Color Harmonies of #C9A8CC
Complementary color
Monochromatic Colors of #C9A8CC
Black with #C9A8CC
Text Example
Text Example
White with #C9A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A8CC; }
p { color: rgb(201,168,204); }
H1.HeaderClassName
{
color: #C9A8CC;
}
.AnyTagClassName
{
color: #C9A8CC;
}
</style>
background-color css
<style>
a { background-color: #C9A8CC; }
a { background-color: rgb(201,168,204); }
div.DivClassName
{
background-color: #C9A8CC;
}
.BgClassName
{
background-color: #C9A8CC;
}
</style>
border-color css
<style>
span { border-color: #C9A8CC; }
span { border-color: rgb(201,168,204); }
td.TdClassName
{
border-color: #C9A8CC;
}
.TagClassName
{
border-color: #C9A8CC;
}
</style>