#C0AF71

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

Shades of Ecru #C0AF71

Tints of Ecru #C0AF71

Color information

#C0AF71 (or 0xC0AF71) is unknown color: approx Ecru. HEX triplet: C0, AF and 71. RGB value is (192,175,113). Sum of RGB (Red+Green+Blue) = 192+175+113=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF71 is #3F508E. Grayscale: #ADADAD. Windows color (decimal): -4149391 or 7450560. OLE color: 7450560.

HSL color Cylindrical-coordinate representation of color #C0AF71: hue angle of 47.09º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0AF71 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192175113-
CMYK00.090.410.25
HSL47.09º38.54%59.8%-
HSV(B)47.09º41.15%75.29%-
XYZ40.0543.0621.82-
YUV173.0294.13141.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=40%
G=36.46%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217511300.090.410.2547.0938.5459.8
HexC0AF710929192f273c
Octal3002571610115131574774
Binary110000001010111111100010100110100111001101111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF71; }

 p { color: rgb(192,175,113); }

 H1.HeaderClassName
 {
   color: #C0AF71;
 }
 .AnyTagClassName
 {
   color: #C0AF71;
 }
</style>
background-color css

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

 a { background-color: rgb(192,175,113); }

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

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

 span { border-color: rgb(192,175,113); }

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