Html Css Color HEX #C5AF77 Ecru

📋 copy color: '#C5AF77'

red 197 ◦ green 175 ◦ blue 119

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

Shades of Ecru #C5AF77

Tints of Ecru #C5AF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.64%

 BLUE value IS 119 (46.88% from 255) = 24.24%

R = 40.12%
G = 35.64%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C5AF77 (or 0xC5AF77) is known color: Ecru. HEX triplet: C5, AF and 77. RGB value is (197,175,119). Sum of RGB (Red+Green+Blue) = 197+175+119=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF77 is #3A5088. Grayscale: #AFAFAF. Windows color (decimal): -3821705 or 7843781. OLE color: 7843781.

HSL color Cylindrical-coordinate representation of color #C5AF77: hue angle of 43.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5AF77 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 119 -
CMYK 0 0.11 0.40 0.23
HSL 43.08º 0.4% 0.62% -
HSV(B) 43.08º 0.4% 0.77% -
XYZ 41.69 43.86 23.72 -
YUV 175.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 197 175 119 0 0.11 0.40 0.23 43.08 0.4 0.62
Hex C5 AF 77 0 B 28 17 2B 28 3E
Octal 305 257 167 0 13 50 27 53 50 76
Binary 11000101 10101111 1110111 0 1011 101000 10111 101011 101000 111110

Color Harmonies of #C5AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF77

Black with #C5AF77

Text Example


Text Example

White with #C5AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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