#C295B2

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

Shades of Lily #C295B2

Tints of Lily #C295B2

Color information

#C295B2 (or 0xC295B2) is unknown color: approx Lily. HEX triplet: C2, 95 and B2. RGB value is (194,149,178). Sum of RGB (Red+Green+Blue) = 194+149+178=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C295B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C295B2 is #3D6A4D. Grayscale: #A5A5A5. Windows color (decimal): -4024910 or 11703746. OLE color: 11703746.

HSL color Cylindrical-coordinate representation of color #C295B2: hue angle of 321.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 #C295B2 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB194149178-
CMYK00.230.080.24
HSL321.33º26.95%67.25%-
HSV(B)321.33º23.2%76.08%-
XYZ41.0336.1846.94-
YUV165.76134.91148.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 178 (69.92% from 255) = 34.17%
R=37.24%
G=28.60%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414917800.230.080.24321.3326.9567.25
HexC295B20178181411b43
Octal302225262027103050133103
Binary110000101001010110110010010111100011000101000001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295B2; }

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

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

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

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

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

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

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

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