#C199C0

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

Shades of Lilac #C199C0

Tints of Lilac #C199C0

Color information

#C199C0 (or 0xC199C0) is unknown color: approx Lilac. HEX triplet: C1, 99 and C0. RGB value is (193,153,192). Sum of RGB (Red+Green+Blue) = 193+153+192=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C199C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199C0 is #3E663F. Grayscale: #A9A9A9. Windows color (decimal): -4089408 or 12622273. OLE color: 12622273.

HSL color Cylindrical-coordinate representation of color #C199C0: hue angle of 301.5º degrees, saturation: 0.24, 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 #C199C0 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193153192-
CMYK00.210.010.24
HSL301.5º24.39%67.84%-
HSV(B)301.5º20.73%75.69%-
XYZ42.937.9354.93-
YUV169.41140.75144.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.87%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=35.87%
G=28.44%
B=35.69%

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
Decimal19315319200.210.010.24301.524.3967.84
HexC199C001511812e1844
Octal30123130002513045630104
Binary110000011001100111000000010101111000100101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C199C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C199C0; }

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

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

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

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

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

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

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

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