#C099C5

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

Shades of Lilac #C099C5

Tints of Lilac #C099C5

Color information

#C099C5 (or 0xC099C5) is unknown color: approx Lilac. HEX triplet: C0, 99 and C5. RGB value is (192,153,197). Sum of RGB (Red+Green+Blue) = 192+153+197=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 197 - color contains mainly: blue. Hex color #C099C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099C5 is #3F663A. Grayscale: #A9A9A9. Windows color (decimal): -4154939 or 12949952. OLE color: 12949952.

HSL color Cylindrical-coordinate representation of color #C099C5: hue angle of 293.18º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C099C5 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192153197-
CMYK0.030.2200.23
HSL293.18º27.5%68.63%-
HSV(B)293.18º22.34%77.25%-
XYZ43.2138.0257.88-
YUV169.68143.42143.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 197 (77.34% from 255) = 36.35%
R=35.42%
G=28.23%
B=36.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921531970.030.2200.23293.1827.568.63
HexC099C53160171251b45
Octal30023130532602744533105
Binary1100000010011001110001011110110010111100100101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099C5; }

 p { color: rgb(192,153,197); }

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

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

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

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

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

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

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