Html Css Color HEX #C5A1AE Lily

📋 copy color: '#C5A1AE'

red 197 ◦ green 161 ◦ blue 174

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

Shades of Lily #C5A1AE

Tints of Lily #C5A1AE

RGB

 RED value IS 197 (77.34% from 255) = 37.03%

 GREEN value IS 161 (63.28% from 255) = 30.26%

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

R = 37.03%
G = 30.26%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C5A1AE (or 0xC5A1AE) is known color: Lily. HEX triplet: C5, A1 and AE. RGB value is (197,161,174). Sum of RGB (Red+Green+Blue) = 197+161+174=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A1AE is #3A5E51. Grayscale: #ADADAD. Windows color (decimal): -3825234 or 11444677. OLE color: 11444677.

HSL color Cylindrical-coordinate representation of color #C5A1AE: hue angle of 338.33º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5A1AE is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 161 174 -
CMYK 0 0.18 0.12 0.23
HSL 338.33º 0.24% 0.7% -
HSV(B) 338.33º 0.18% 0.77% -
XYZ 43.41 40.42 45.56 -
YUV 173.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 197 161 174 0 0.18 0.12 0.23 338.33 0.24 0.7
Hex C5 A1 AE 0 12 C 17 152 18 46
Octal 305 241 256 0 22 14 27 522 30 106
Binary 11000101 10100001 10101110 0 10010 1100 10111 101010010 11000 1000110

Color Harmonies of #C5A1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A1AE

Black with #C5A1AE

Text Example


Text Example

White with #C5A1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A1AE; }

 p { color: rgb(197,161,174); }

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

background-color css

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

 a { background-color: rgb(197,161,174); }

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

border-color css

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

 span { border-color: rgb(197,161,174); }

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