#C999C1

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

Shades of Lilac #C999C1

Tints of Lilac #C999C1

Color information

#C999C1 (or 0xC999C1) is unknown color: approx Lilac. HEX triplet: C9, 99 and C1. RGB value is (201,153,193). Sum of RGB (Red+Green+Blue) = 201+153+193=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C999C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999C1 is #36663E. Grayscale: #ABABAB. Windows color (decimal): -3565119 or 12687817. OLE color: 12687817.

HSL color Cylindrical-coordinate representation of color #C999C1: hue angle of 310º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C999C1 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB201153193-
CMYK00.240.040.21
HSL310º30.77%69.41%-
HSV(B)310º23.88%78.82%-
XYZ45.139.0555.61-
YUV171.91139.9148.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.75%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=36.75%
G=27.97%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115319300.240.040.2131030.7769.41
HexC999C10184151361f45
Octal31123130103042546637105
Binary11001001100110011100000101100010010101100110110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999C1; }

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

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

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

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

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

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

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

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