Html Css Color HEX #C29FAF Lily

📋 copy color: '#C29FAF'

red 194 ◦ green 159 ◦ blue 175

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

Shades of Lily #C29FAF

Tints of Lily #C29FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.14%

R = 36.74%
G = 30.11%
B = 33.14%

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

#C29FAF (or 0xC29FAF) is known color: Lily. HEX triplet: C2, 9F and AF. RGB value is (194,159,175). Sum of RGB (Red+Green+Blue) = 194+159+175=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FAF is #3D6050. Grayscale: #ABABAB. Windows color (decimal): -4022353 or 11509698. OLE color: 11509698.

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

Color convert

RGB 194 159 175 -
CMYK 0 0.18 0.10 0.24
HSL 332.57º 0.22% 0.69% -
HSV(B) 332.57º 0.18% 0.76% -
XYZ 42.38 39.36 45.92 -
YUV 171.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 194 159 175 0 0.18 0.10 0.24 332.57 0.22 0.69
Hex C2 9F AF 0 12 A 18 14D 16 45
Octal 302 237 257 0 22 12 30 515 26 105
Binary 11000010 10011111 10101111 0 10010 1010 11000 101001101 10110 1000101

Color Harmonies of #C29FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FAF

Black with #C29FAF

Text Example


Text Example

White with #C29FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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