#C29FB1

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

Shades of Lily #C29FB1

Tints of Lily #C29FB1

Color information

#C29FB1 (or 0xC29FB1) is unknown color: approx Lily. HEX triplet: C2, 9F and B1. RGB value is (194,159,177). Sum of RGB (Red+Green+Blue) = 194+159+177=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FB1 is #3D604E. Grayscale: #ABABAB. Windows color (decimal): -4022351 or 11640770. OLE color: 11640770.

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

Color convert

RGB194159177-
CMYK00.180.090.24
HSL329.14º22.29%69.22%-
HSV(B)329.14º18.04%76.08%-
XYZ42.5839.4446.96-
YUV171.52131.1144.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=36.60%
G=30%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415917700.180.090.24329.1422.2969.22
HexC29FB10129181491645
Octal302237261022113051126105
Binary110000101001111110110001010010100111000101001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FB1; }

 p { color: rgb(194,159,177); }

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

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

 a { background-color: rgb(194,159,177); }

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

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

 span { border-color: rgb(194,159,177); }

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