#C295B0

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

Shades of Lily #C295B0

Tints of Lily #C295B0

Color information

#C295B0 (or 0xC295B0) is unknown color: approx Lily. HEX triplet: C2, 95 and B0. RGB value is (194,149,176). Sum of RGB (Red+Green+Blue) = 194+149+176=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C295B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C295B0 is #3D6A4F. Grayscale: #A5A5A5. Windows color (decimal): -4024912 or 11572674. OLE color: 11572674.

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

Color convert

RGB194149176-
CMYK00.230.090.24
HSL324º26.95%67.25%-
HSV(B)324º23.2%76.08%-
XYZ40.8336.145.89-
YUV165.53133.91148.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=37.38%
G=28.71%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414917600.230.090.2432426.9567.25
HexC295B00179181441b43
Octal302225260027113050433103
Binary110000101001010110110000010111100111000101000100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295B0; }

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

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

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

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

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

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

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

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