Html Css Color HEX #C5AAB4 Lily

📋 copy color: '#C5AAB4'

red 197 ◦ green 170 ◦ blue 180

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

Shades of Lily #C5AAB4

Tints of Lily #C5AAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.91%

R = 36.01%
G = 31.08%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C5AAB4 (or 0xC5AAB4) is known color: Lily. HEX triplet: C5, AA and B4. RGB value is (197,170,180). Sum of RGB (Red+Green+Blue) = 197+170+180=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAB4 is #3A554B. Grayscale: #B3B3B3. Windows color (decimal): -3822924 or 11840197. OLE color: 11840197.

HSL color Cylindrical-coordinate representation of color #C5AAB4: hue angle of 337.78º 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 #C5AAB4 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 170 180 -
CMYK 0 0.14 0.09 0.23
HSL 337.78º 0.19% 0.72% -
HSV(B) 337.78º 0.14% 0.77% -
XYZ 45.64 43.92 49.25 -
YUV 179.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 197 170 180 0 0.14 0.09 0.23 337.78 0.19 0.72
Hex C5 AA B4 0 E 9 17 152 13 48
Octal 305 252 264 0 16 11 27 522 23 110
Binary 11000101 10101010 10110100 0 1110 1001 10111 101010010 10011 1001000

Color Harmonies of #C5AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAB4

Black with #C5AAB4

Text Example


Text Example

White with #C5AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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