#C295B4

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

Shades of Lily #C295B4

Tints of Lily #C295B4

Color information

#C295B4 (or 0xC295B4) is unknown color: approx Lily. HEX triplet: C2, 95 and B4. RGB value is (194,149,180). Sum of RGB (Red+Green+Blue) = 194+149+180=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C295B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295B4 is #3D6A4B. Grayscale: #A5A5A5. Windows color (decimal): -4024908 or 11834818. OLE color: 11834818.

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

Color convert

RGB194149180-
CMYK00.230.070.24
HSL318.67º26.95%67.25%-
HSV(B)318.67º23.2%76.08%-
XYZ41.2336.2648.01-
YUV165.99135.91147.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=37.09%
G=28.49%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414918000.230.070.24318.6726.9567.25
HexC295B401771813f1b43
Octal30222526402773047733103
Binary11000010100101011011010001011111111000100111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295B4; }

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

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

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

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

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

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

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

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