#C09AC0

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

Shades of Lilac #C09AC0

Tints of Lilac #C09AC0

Color information

#C09AC0 (or 0xC09AC0) is unknown color: approx Lilac. HEX triplet: C0, 9A and C0. RGB value is (192,154,192). Sum of RGB (Red+Green+Blue) = 192+154+192=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C09AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AC0 is #3F653F. Grayscale: #A9A9A9. Windows color (decimal): -4154688 or 12622528. OLE color: 12622528.

HSL color Cylindrical-coordinate representation of color #C09AC0: hue angle of 300º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09AC0 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192154192-
CMYK00.2000.25
HSL300º23.17%67.84%-
HSV(B)300º19.79%75.29%-
XYZ42.8138.1254.97-
YUV169.69140.59143.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=35.69%
G=28.62%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215419200.2000.2530023.1767.84
HexC09AC001401912c1744
Octal30023230002403145427104
Binary110000001001101011000000010100011001100101100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AC0; }

 p { color: rgb(192,154,192); }

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

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

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

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

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

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

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