#C0A9BF

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

Shades of Lilac #C0A9BF

Tints of Lilac #C0A9BF

Color information

#C0A9BF (or 0xC0A9BF) is unknown color: approx Lilac. HEX triplet: C0, A9 and BF. RGB value is (192,169,191). Sum of RGB (Red+Green+Blue) = 192+169+191=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9BF is #3F5640. Grayscale: #B2B2B2. Windows color (decimal): -4150849 or 12560832. OLE color: 12560832.

HSL color Cylindrical-coordinate representation of color #C0A9BF: hue angle of 302.61º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0A9BF is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192169191-
CMYK00.120.010.25
HSL302.61º15.44%70.78%-
HSV(B)302.61º11.98%75.29%-
XYZ45.3343.3455.27-
YUV178.38135.12137.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 169 (66.41% from 255) = 30.62%
BLUE value IS 191 (75% from 255) = 34.60%
R=34.78%
G=30.62%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216919100.120.010.25302.6115.4470.78
HexC0A9BF0C11912ff47
Octal30025127701413145717107
Binary1100000010101001101111110110011100110010111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A9BF; }

 p { color: rgb(192,169,191); }

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

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

 a { background-color: rgb(192,169,191); }

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

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

 span { border-color: rgb(192,169,191); }

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