Html Css Color HEX #C49AAE Lily

📋 copy color: '#C49AAE'

red 196 ◦ green 154 ◦ blue 174

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

Shades of Lily #C49AAE

Tints of Lily #C49AAE

RGB

 RED value IS 196 (76.95% from 255) = 37.4%

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

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

R = 37.4%
G = 29.39%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C49AAE (or 0xC49AAE) is known color: Lily. HEX triplet: C4, 9A and AE. RGB value is (196,154,174). Sum of RGB (Red+Green+Blue) = 196+154+174=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49AAE is #3B6551. Grayscale: #A8A8A8. Windows color (decimal): -3892562 or 11442884. OLE color: 11442884.

HSL color Cylindrical-coordinate representation of color #C49AAE: hue angle of 331.43º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49AAE is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 154 174 -
CMYK 0 0.21 0.11 0.23
HSL 331.43º 0.26% 0.69% -
HSV(B) 331.43º 0.21% 0.77% -
XYZ 41.96 37.9 45.15 -
YUV 168.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 196 154 174 0 0.21 0.11 0.23 331.43 0.26 0.69
Hex C4 9A AE 0 15 B 17 14B 1A 45
Octal 304 232 256 0 25 13 27 513 32 105
Binary 11000100 10011010 10101110 0 10101 1011 10111 101001011 11010 1000101

Color Harmonies of #C49AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AAE

Black with #C49AAE

Text Example


Text Example

White with #C49AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AAE; }

 p { color: rgb(196,154,174); }

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

background-color css

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

 a { background-color: rgb(196,154,174); }

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

border-color css

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

 span { border-color: rgb(196,154,174); }

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