Html Css Color HEX #C5AA9F Eunry

📋 copy color: '#C5AA9F'

red 197 ◦ green 170 ◦ blue 159

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

Shades of Eunry #C5AA9F

Tints of Eunry #C5AA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.23%

R = 37.45%
G = 32.32%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5AA9F (or 0xC5AA9F) is known color: Eunry. HEX triplet: C5, AA and 9F. RGB value is (197,170,159). Sum of RGB (Red+Green+Blue) = 197+170+159=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AA9F is #3A5560. Grayscale: #B0B0B0. Windows color (decimal): -3822945 or 10463941. OLE color: 10463941.

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

Color convert

RGB 197 170 159 -
CMYK 0 0.14 0.19 0.23
HSL 17.37º 0.25% 0.7% -
HSV(B) 17.37º 0.19% 0.77% -
XYZ 43.66 43.12 38.82 -
YUV 176.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 197 170 159 0 0.14 0.19 0.23 17.37 0.25 0.7
Hex C5 AA 9F 0 E 13 17 11 19 46
Octal 305 252 237 0 16 23 27 21 31 106
Binary 11000101 10101010 10011111 0 1110 10011 10111 10001 11001 1000110

Color Harmonies of #C5AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA9F

Black with #C5AA9F

Text Example


Text Example

White with #C5AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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