Html Css Color HEX #C5AA7F Ecru

📋 copy color: '#C5AA7F'

red 197 ◦ green 170 ◦ blue 127

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

Shades of Ecru #C5AA7F

Tints of Ecru #C5AA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.71%

R = 39.88%
G = 34.41%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5AA7F (or 0xC5AA7F) is known color: Ecru. HEX triplet: C5, AA and 7F. RGB value is (197,170,127). Sum of RGB (Red+Green+Blue) = 197+170+127=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA7F is #3A5580. Grayscale: #ADADAD. Windows color (decimal): -3822977 or 8366789. OLE color: 8366789.

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

Color convert

RGB 197 170 127 -
CMYK 0 0.14 0.36 0.23
HSL 36.86º 0.38% 0.64% -
HSV(B) 36.86º 0.36% 0.77% -
XYZ 41.23 42.15 26.04 -
YUV 173.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 197 170 127 0 0.14 0.36 0.23 36.86 0.38 0.64
Hex C5 AA 7F 0 E 24 17 25 26 40
Octal 305 252 177 0 16 44 27 45 46 100
Binary 11000101 10101010 1111111 0 1110 100100 10111 100101 100110 1000000

Color Harmonies of #C5AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA7F

Black with #C5AA7F

Text Example


Text Example

White with #C5AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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