#C09CC0

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

Shades of Lilac #C09CC0

Tints of Lilac #C09CC0

Color information

#C09CC0 (or 0xC09CC0) is unknown color: approx Lilac. HEX triplet: C0, 9C and C0. RGB value is (192,156,192). Sum of RGB (Red+Green+Blue) = 192+156+192=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C09CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CC0 is #3F633F. Grayscale: #AAAAAA. Windows color (decimal): -4154176 or 12623040. OLE color: 12623040.

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

Color convert

RGB192156192-
CMYK00.1900.25
HSL300º22.22%68.24%-
HSV(B)300º18.75%75.29%-
XYZ43.1438.7955.08-
YUV170.87139.93143.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=35.56%
G=28.89%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215619200.1900.2530022.2268.24
HexC09CC001301912c1644
Octal30023430002303145426104
Binary110000001001110011000000010011011001100101100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CC0; }

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

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

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

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

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

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

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

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