#c5af77

Color #C5AF77 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #C5AF77

Tints of Ecru #C5AF77

Color information

#C5AF77 (or 0xC5AF77) is unknown color: approx 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

RGB197175119-
CMYK00.110.400.23
HSL43.08º40.21%61.96%-
HSV(B)43.08º39.59%77.25%-
XYZ41.6943.8623.72-
YUV175.1996.29143.55-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717511900.110.400.2343.0840.2161.96
HexC5AF770B28172b283e
Octal3052571670135027535076
Binary110001011010111111101110101110100010111101011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5af77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>