Html Css Color HEX #C5AAB2 Lily

📋 copy color: '#C5AAB2'

red 197 ◦ green 170 ◦ blue 178

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

Shades of Lily #C5AAB2

Tints of Lily #C5AAB2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.19%

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 36.15%
G = 31.19%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C5AAB2 (or 0xC5AAB2) is known color: Lily. HEX triplet: C5, AA and B2. RGB value is (197,170,178). Sum of RGB (Red+Green+Blue) = 197+170+178=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAB2 is #3A554D. Grayscale: #B2B2B2. Windows color (decimal): -3822926 or 11709125. OLE color: 11709125.

HSL color Cylindrical-coordinate representation of color #C5AAB2: hue angle of 342.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5AAB2 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 170 178 -
CMYK 0 0.14 0.10 0.23
HSL 342.22º 0.19% 0.72% -
HSV(B) 342.22º 0.14% 0.77% -
XYZ 45.44 43.83 48.19 -
YUV 178.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 197 170 178 0 0.14 0.10 0.23 342.22 0.19 0.72
Hex C5 AA B2 0 E A 17 156 13 48
Octal 305 252 262 0 16 12 27 526 23 110
Binary 11000101 10101010 10110010 0 1110 1010 10111 101010110 10011 1001000

Color Harmonies of #C5AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAB2

Black with #C5AAB2

Text Example


Text Example

White with #C5AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAB2; }

 p { color: rgb(197,170,178); }

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

background-color css

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

 a { background-color: rgb(197,170,178); }

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

border-color css

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

 span { border-color: rgb(197,170,178); }

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