#C29CB4

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

Shades of Lily #C29CB4

Tints of Lily #C29CB4

Color information

#C29CB4 (or 0xC29CB4) is unknown color: approx Lily. HEX triplet: C2, 9C and B4. RGB value is (194,156,180). Sum of RGB (Red+Green+Blue) = 194+156+180=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CB4 is #3D634B. Grayscale: #AAAAAA. Windows color (decimal): -4023116 or 11836610. OLE color: 11836610.

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

Color convert

RGB194156180-
CMYK00.200.070.24
HSL322.11º23.75%68.63%-
HSV(B)322.11º19.59%76.08%-
XYZ42.3738.5448.39-
YUV170.1133.59145.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=36.60%
G=29.43%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415618000.200.070.24322.1123.7568.63
HexC29CB40147181421845
Octal30223426402473050230105
Binary11000010100111001011010001010011111000101000010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CB4; }

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

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

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

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

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

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

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

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