#C292BF

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

Shades of Lilac #C292BF

Tints of Lilac #C292BF

Color information

#C292BF (or 0xC292BF) is unknown color: approx Lilac. HEX triplet: C2, 92 and BF. RGB value is (194,146,191). Sum of RGB (Red+Green+Blue) = 194+146+191=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C292BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292BF is #3D6D40. Grayscale: #A5A5A5. Windows color (decimal): -4025665 or 12554946. OLE color: 12554946.

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

Color convert

RGB194146191-
CMYK00.250.020.24
HSL303.75º28.24%66.67%-
HSV(B)303.75º24.74%76.08%-
XYZ41.9335.7953.99-
YUV165.48142.4148.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 191 (75% from 255) = 35.97%
R=36.53%
G=27.50%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414619100.250.020.24303.7528.2466.67
HexC292BF0192181301c43
Octal30222227703123046034103
Binary1100001010010010101111110110011011000100110000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292BF; }

 p { color: rgb(194,146,191); }

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

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

 a { background-color: rgb(194,146,191); }

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

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

 span { border-color: rgb(194,146,191); }

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