#C9B7CA

Color #C9B7CA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C9B7CA

Tints of Lilac #C9B7CA

Color information

#C9B7CA (or 0xC9B7CA) is unknown color: approx Lilac. HEX triplet: C9, B7 and CA. RGB value is (201,183,202). Sum of RGB (Red+Green+Blue) = 201+183+202=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9B7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B7CA is #364835. Grayscale: #BEBEBE. Windows color (decimal): -3557430 or 13285321. OLE color: 13285321.

HSL color Cylindrical-coordinate representation of color #C9B7CA: hue angle of 296.84º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9B7CA is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201183202-
CMYK0.000.0900.21
HSL296.84º15.2%75.49%-
HSV(B)296.84º9.41%79.22%-
XYZ51.6850.5562.91-
YUV190.55134.46135.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 183 (71.88% from 255) = 31.23%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=34.30%
G=31.23%
B=34.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011832020.000.0900.21296.8415.275.49
HexC9B7CA09015129f4b
Octal31126731201102545117113
Binary1100100110110111110010100100101010110010100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B7CA; }

 p { color: rgb(201,183,202); }

 H1.HeaderClassName
 {
   color: #C9B7CA;
 }
 .AnyTagClassName
 {
   color: #C9B7CA;
 }
</style>
background-color css

<style>
 a { background-color: #C9B7CA; }

 a { background-color: rgb(201,183,202); }

 div.DivClassName
 {
   background-color: #C9B7CA;
 }
 .BgClassName
 {
   background-color: #C9B7CA;
 }
</style>
border-color css

<style>
 span { border-color: #C9B7CA; }

 span { border-color: rgb(201,183,202); }

 td.TdClassName
 {
   border-color: #C9B7CA;
 }
 .TagClassName
 {
   border-color: #C9B7CA;
 }
</style>