Html Css Color HEX #C29BAA Lily

📋 copy color: '#C29BAA'

red 194 ◦ green 155 ◦ blue 170

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

Shades of Lily #C29BAA

Tints of Lily #C29BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.87%

 BLUE value IS 170 (66.8% from 255) = 32.76%

R = 37.38%
G = 29.87%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C29BAA (or 0xC29BAA) is known color: Lily. HEX triplet: C2, 9B and AA. RGB value is (194,155,170). Sum of RGB (Red+Green+Blue) = 194+155+170=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C29BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29BAA is #3D6455. Grayscale: #A8A8A8. Windows color (decimal): -4023382 or 11180994. OLE color: 11180994.

HSL color Cylindrical-coordinate representation of color #C29BAA: hue angle of 336.92º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29BAA is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 170 -
CMYK 0 0.20 0.12 0.24
HSL 336.92º 0.24% 0.68% -
HSV(B) 336.92º 0.2% 0.76% -
XYZ 41.23 37.81 43.16 -
YUV 168.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 194 155 170 0 0.20 0.12 0.24 336.92 0.24 0.68
Hex C2 9B AA 0 14 C 18 151 18 44
Octal 302 233 252 0 24 14 30 521 30 104
Binary 11000010 10011011 10101010 0 10100 1100 11000 101010001 11000 1000100

Color Harmonies of #C29BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BAA

Black with #C29BAA

Text Example


Text Example

White with #C29BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BAA; }

 p { color: rgb(194,155,170); }

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

background-color css

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

 a { background-color: rgb(194,155,170); }

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

border-color css

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

 span { border-color: rgb(194,155,170); }

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