#C29CB0

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

Shades of Lily #C29CB0

Tints of Lily #C29CB0

Color information

#C29CB0 (or 0xC29CB0) is unknown color: approx Lily. HEX triplet: C2, 9C and B0. RGB value is (194,156,176). Sum of RGB (Red+Green+Blue) = 194+156+176=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29CB0 is #3D634F. Grayscale: #A9A9A9. Windows color (decimal): -4023120 or 11574466. OLE color: 11574466.

HSL color Cylindrical-coordinate representation of color #C29CB0: hue angle of 328.42º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29CB0 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB194156176-
CMYK00.200.090.24
HSL328.42º23.75%68.63%-
HSV(B)328.42º19.59%76.08%-
XYZ41.9738.3846.27-
YUV169.64131.59145.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=36.88%
G=29.66%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415617600.200.090.24328.4223.7568.63
HexC29CB00149181481845
Octal302234260024113051030105
Binary110000101001110010110000010100100111000101001000110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CB0; }

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

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

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

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

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

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

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

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