Html Css Color HEX #C29EAE Lily

📋 copy color: '#C29EAE'

red 194 ◦ green 158 ◦ blue 174

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

Shades of Lily #C29EAE

Tints of Lily #C29EAE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.04%

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

R = 36.88%
G = 30.04%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C29EAE (or 0xC29EAE) is known color: Lily. HEX triplet: C2, 9E and AE. RGB value is (194,158,174). Sum of RGB (Red+Green+Blue) = 194+158+174=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29EAE is #3D6151. Grayscale: #AAAAAA. Windows color (decimal): -4022610 or 11443906. OLE color: 11443906.

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

Color convert

RGB 194 158 174 -
CMYK 0 0.19 0.10 0.24
HSL 333.33º 0.23% 0.69% -
HSV(B) 333.33º 0.19% 0.76% -
XYZ 42.11 38.98 45.35 -
YUV 170.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 194 158 174 0 0.19 0.10 0.24 333.33 0.23 0.69
Hex C2 9E AE 0 13 A 18 14D 17 45
Octal 302 236 256 0 23 12 30 515 27 105
Binary 11000010 10011110 10101110 0 10011 1010 11000 101001101 10111 1000101

Color Harmonies of #C29EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EAE

Black with #C29EAE

Text Example


Text Example

White with #C29EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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