#C492AE

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

Shades of Lily #C492AE

Tints of Lily #C492AE

Color information

#C492AE (or 0xC492AE) is unknown color: approx Lily. HEX triplet: C4, 92 and AE. RGB value is (196,146,174). Sum of RGB (Red+Green+Blue) = 196+146+174=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C492AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C492AE is #3B6D51. Grayscale: #A4A4A4. Windows color (decimal): -3894610 or 11440836. OLE color: 11440836.

HSL color Cylindrical-coordinate representation of color #C492AE: hue angle of 326.4º 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 #C492AE is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196146174-
CMYK00.260.110.23
HSL326.4º29.76%67.06%-
HSV(B)326.4º25.51%76.86%-
XYZ40.6835.3544.72-
YUV164.14133.56150.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=37.98%
G=28.29%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614617400.260.110.23326.429.7667.06
HexC492AE01AB171461e43
Octal304222256032132750636103
Binary110001001001001010101110011010101110111101000110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492AE; }

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

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

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

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

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

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

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

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