#C295A9

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

Shades of Lily #C295A9

Tints of Lily #C295A9

Color information

#C295A9 (or 0xC295A9) is unknown color: approx Lily. HEX triplet: C2, 95 and A9. RGB value is (194,149,169). Sum of RGB (Red+Green+Blue) = 194+149+169=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C295A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C295A9 is #3D6A56. Grayscale: #A4A4A4. Windows color (decimal): -4024919 or 11113922. OLE color: 11113922.

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

Color convert

RGB194149169-
CMYK00.230.130.24
HSL333.33º26.95%67.25%-
HSV(B)333.33º23.2%76.08%-
XYZ40.1635.8342.34-
YUV164.74130.41148.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=37.89%
G=29.10%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414916900.230.130.24333.3326.9567.25
HexC295A9017D1814d1b43
Octal302225251027153051533103
Binary110000101001010110101001010111110111000101001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295A9; }

 p { color: rgb(194,149,169); }

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

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

 a { background-color: rgb(194,149,169); }

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

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

 span { border-color: rgb(194,149,169); }

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