Html Css Color HEX #C5A2AF Lily

📋 copy color: '#C5A2AF'

red 197 ◦ green 162 ◦ blue 175

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

Shades of Lily #C5A2AF

Tints of Lily #C5A2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.34%

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

R = 36.89%
G = 30.34%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C5A2AF (or 0xC5A2AF) is known color: Lily. HEX triplet: C5, A2 and AF. RGB value is (197,162,175). Sum of RGB (Red+Green+Blue) = 197+162+175=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A2AF is #3A5D50. Grayscale: #ADADAD. Windows color (decimal): -3824977 or 11510469. OLE color: 11510469.

HSL color Cylindrical-coordinate representation of color #C5A2AF: hue angle of 337.71º degrees, saturation: 0.23, 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 #C5A2AF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 162 175 -
CMYK 0 0.18 0.11 0.23
HSL 337.71º 0.23% 0.7% -
HSV(B) 337.71º 0.18% 0.77% -
XYZ 43.68 40.81 46.13 -
YUV 173.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 197 162 175 0 0.18 0.11 0.23 337.71 0.23 0.7
Hex C5 A2 AF 0 12 B 17 152 17 46
Octal 305 242 257 0 22 13 27 522 27 106
Binary 11000101 10100010 10101111 0 10010 1011 10111 101010010 10111 1000110

Color Harmonies of #C5A2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A2AF

Black with #C5A2AF

Text Example


Text Example

White with #C5A2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A2AF; }

 p { color: rgb(197,162,175); }

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

background-color css

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

 a { background-color: rgb(197,162,175); }

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

border-color css

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

 span { border-color: rgb(197,162,175); }

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