Html Css Color HEX #C29AAA Lily

📋 copy color: '#C29AAA'

red 194 ◦ green 154 ◦ blue 170

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

Shades of Lily #C29AAA

Tints of Lily #C29AAA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.73%

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

R = 37.45%
G = 29.73%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C29AAA (or 0xC29AAA) is known color: Lily. HEX triplet: C2, 9A and AA. RGB value is (194,154,170). Sum of RGB (Red+Green+Blue) = 194+154+170=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29AAA is #3D6555. Grayscale: #A7A7A7. Windows color (decimal): -4023638 or 11180738. OLE color: 11180738.

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

Color convert

RGB 194 154 170 -
CMYK 0 0.21 0.12 0.24
HSL 336º 0.25% 0.68% -
HSV(B) 336º 0.21% 0.76% -
XYZ 41.06 37.48 43.1 -
YUV 167.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 194 154 170 0 0.21 0.12 0.24 336 0.25 0.68
Hex C2 9A AA 0 15 C 18 150 19 44
Octal 302 232 252 0 25 14 30 520 31 104
Binary 11000010 10011010 10101010 0 10101 1100 11000 101010000 11001 1000100

Color Harmonies of #C29AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29AAA

Black with #C29AAA

Text Example


Text Example

White with #C29AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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