#C992C3

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

Shades of Lilac #C992C3

Tints of Lilac #C992C3

Color information

#C992C3 (or 0xC992C3) is unknown color: approx Lilac. HEX triplet: C9, 92 and C3. RGB value is (201,146,195). Sum of RGB (Red+Green+Blue) = 201+146+195=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C992C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992C3 is #366D3C. Grayscale: #A7A7A7. Windows color (decimal): -3566909 or 12817097. OLE color: 12817097.

HSL color Cylindrical-coordinate representation of color #C992C3: hue angle of 306.55º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C992C3 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB201146195-
CMYK00.270.030.21
HSL306.55º33.74%68.04%-
HSV(B)306.55º27.36%78.82%-
XYZ44.2236.9256.42-
YUV168.03143.22151.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.08%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=37.08%
G=26.94%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114619500.270.030.21306.5533.7468.04
HexC992C301B3151332244
Octal31122230303332546342104
Binary11001001100100101100001101101111101011001100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C992C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C992C3; }

 p { color: rgb(201,146,195); }

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

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

 a { background-color: rgb(201,146,195); }

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

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

 span { border-color: rgb(201,146,195); }

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