#C892CA

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

Shades of Lilac #C892CA

Tints of Lilac #C892CA

Color information

#C892CA (or 0xC892CA) is unknown color: approx Lilac. HEX triplet: C8, 92 and CA. RGB value is (200,146,202). Sum of RGB (Red+Green+Blue) = 200+146+202=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #C892CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892CA is #376D35. Grayscale: #A8A8A8. Windows color (decimal): -3632438 or 13275848. OLE color: 13275848.

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

Color convert

RGB200146202-
CMYK0.010.2800.21
HSL297.86º34.57%68.24%-
HSV(B)297.86º27.72%79.22%-
XYZ44.7637.160.68-
YUV168.53146.89150.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.50%
GREEN value IS 146 (57.42% from 255) = 26.64%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=36.50%
G=26.64%
B=36.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001462020.010.2800.21297.8634.5768.24
HexC892CA11C01512a2344
Octal31022231213402545243104
Binary1100100010010010110010101111000101011001010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C892CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C892CA; }

 p { color: rgb(200,146,202); }

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

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

 a { background-color: rgb(200,146,202); }

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

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

 span { border-color: rgb(200,146,202); }

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