#C29CB6

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

Shades of Lily #C29CB6

Tints of Lily #C29CB6

Color information

#C29CB6 (or 0xC29CB6) is unknown color: approx Lily. HEX triplet: C2, 9C and B6. RGB value is (194,156,182). Sum of RGB (Red+Green+Blue) = 194+156+182=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CB6 is #3D6349. Grayscale: #AAAAAA. Windows color (decimal): -4023114 or 11967682. OLE color: 11967682.

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

Color convert

RGB194156182-
CMYK00.200.060.24
HSL318.95º23.75%68.63%-
HSV(B)318.95º19.59%76.08%-
XYZ42.5838.6249.47-
YUV170.33134.59144.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=36.47%
G=29.32%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415618200.200.060.24318.9523.7568.63
HexC29CB601461813f1845
Octal30223426602463047730105
Binary11000010100111001011011001010011011000100111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CB6; }

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

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

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

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

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

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

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

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