#C292B6

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

Shades of Lily #C292B6

Tints of Lily #C292B6

Color information

#C292B6 (or 0xC292B6) is unknown color: approx Lily. HEX triplet: C2, 92 and B6. RGB value is (194,146,182). Sum of RGB (Red+Green+Blue) = 194+146+182=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C292B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292B6 is #3D6D49. Grayscale: #A4A4A4. Windows color (decimal): -4025674 or 11965122. OLE color: 11965122.

HSL color Cylindrical-coordinate representation of color #C292B6: hue angle of 315º 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 #C292B6 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB194146182-
CMYK00.250.060.24
HSL315º28.24%66.67%-
HSV(B)315º24.74%76.08%-
XYZ40.9735.448.93-
YUV164.46137.9149.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=37.16%
G=27.97%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414618200.250.060.2431528.2466.67
HexC292B601961813b1c43
Octal30222226603163047334103
Binary11000010100100101011011001100111011000100111011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292B6; }

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

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

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

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

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

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

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

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