Html Css Color HEX #C29FAE Lily

📋 copy color: '#C29FAE'

red 194 ◦ green 159 ◦ blue 174

#C29FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C29FAE

Tints of Lily #C29FAE

RGB

 RED value IS 194 (76.17% from 255) = 36.81%

 GREEN value IS 159 (62.5% from 255) = 30.17%

 BLUE value IS 174 (68.36% from 255) = 33.02%

R = 36.81%
G = 30.17%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C29FAE (or 0xC29FAE) is known color: Lily. HEX triplet: C2, 9F and AE. RGB value is (194,159,174). Sum of RGB (Red+Green+Blue) = 194+159+174=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FAE is #3D6051. Grayscale: #ABABAB. Windows color (decimal): -4022354 or 11444162. OLE color: 11444162.

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

Color convert

RGB 194 159 174 -
CMYK 0 0.18 0.10 0.24
HSL 334.29º 0.22% 0.69% -
HSV(B) 334.29º 0.18% 0.76% -
XYZ 42.29 39.32 45.41 -
YUV 171.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 194 159 174 0 0.18 0.10 0.24 334.29 0.22 0.69
Hex C2 9F AE 0 12 A 18 14E 16 45
Octal 302 237 256 0 22 12 30 516 26 105
Binary 11000010 10011111 10101110 0 10010 1010 11000 101001110 10110 1000101

Color Harmonies of #C29FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FAE

Black with #C29FAE

Text Example


Text Example

White with #C29FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FAE; }

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

 H1.HeaderClassName
 {
   color: #C29FAE;
 }
 .AnyTagClassName
 {
   color: #C29FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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