#C299C0

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

Shades of Lilac #C299C0

Tints of Lilac #C299C0

Color information

#C299C0 (or 0xC299C0) is unknown color: approx Lilac. HEX triplet: C2, 99 and C0. RGB value is (194,153,192). Sum of RGB (Red+Green+Blue) = 194+153+192=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C299C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299C0 is #3D663F. Grayscale: #A9A9A9. Windows color (decimal): -4023872 or 12622274. OLE color: 12622274.

HSL color Cylindrical-coordinate representation of color #C299C0: hue angle of 302.93º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C299C0 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194153192-
CMYK00.210.010.24
HSL302.93º25.15%68.04%-
HSV(B)302.93º21.13%76.08%-
XYZ43.1538.0654.94-
YUV169.7140.58145.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=35.99%
G=28.39%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415319200.210.010.24302.9325.1568.04
HexC299C001511812f1944
Octal30223130002513045731104
Binary110000101001100111000000010101111000100101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299C0; }

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

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

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

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

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

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

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

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