#C29FBA

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

Shades of Lily #C29FBA

Tints of Lily #C29FBA

Color information

#C29FBA (or 0xC29FBA) is unknown color: approx Lily. HEX triplet: C2, 9F and BA. RGB value is (194,159,186). Sum of RGB (Red+Green+Blue) = 194+159+186=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FBA is #3D6045. Grayscale: #ACACAC. Windows color (decimal): -4022342 or 12230594. OLE color: 12230594.

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

Color convert

RGB194159186-
CMYK00.180.040.24
HSL313.71º22.29%69.22%-
HSV(B)313.71º18.04%76.08%-
XYZ43.5139.8151.85-
YUV172.54135.6143.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=35.99%
G=29.50%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415918600.180.040.24313.7122.2969.22
HexC29FBA01241813a1645
Octal30223727202243047226105
Binary11000010100111111011101001001010011000100111010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FBA; }

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

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

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

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

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

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

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

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