#C492BA

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

Shades of Lily #C492BA

Tints of Lily #C492BA

Color information

#C492BA (or 0xC492BA) is unknown color: approx Lily. HEX triplet: C4, 92 and BA. RGB value is (196,146,186). Sum of RGB (Red+Green+Blue) = 196+146+186=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C492BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492BA is #3B6D45. Grayscale: #A5A5A5. Windows color (decimal): -3894598 or 12227268. OLE color: 12227268.

HSL color Cylindrical-coordinate representation of color #C492BA: hue angle of 312º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C492BA is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196146186-
CMYK00.260.050.23
HSL312º29.76%67.06%-
HSV(B)312º25.51%76.86%-
XYZ41.9135.8451.16-
YUV165.51139.56149.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=37.12%
G=27.65%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614618600.260.050.2331229.7667.06
HexC492BA01A5171381e43
Octal30422227203252747036103
Binary11000100100100101011101001101010110111100111000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492BA; }

 p { color: rgb(196,146,186); }

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

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

 a { background-color: rgb(196,146,186); }

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

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

 span { border-color: rgb(196,146,186); }

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