#C592BA

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

Shades of Lily #C592BA

Tints of Lily #C592BA

Color information

#C592BA (or 0xC592BA) is unknown color: approx Lily. HEX triplet: C5, 92 and BA. RGB value is (197,146,186). Sum of RGB (Red+Green+Blue) = 197+146+186=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C592BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592BA is #3A6D45. Grayscale: #A5A5A5. Windows color (decimal): -3829062 or 12227269. OLE color: 12227269.

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

Color convert

RGB197146186-
CMYK00.260.060.23
HSL312.94º30.54%67.25%-
HSV(B)312.94º25.89%77.25%-
XYZ42.1735.9751.18-
YUV165.81139.4150.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.24%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=37.24%
G=27.60%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714618600.260.060.23312.9430.5467.25
HexC592BA01A6171391f43
Octal30522227203262747137103
Binary11000101100100101011101001101011010111100111001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C592BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C592BA; }

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

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

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

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

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

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

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

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