#C0AC7F

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

Shades of Ecru #C0AC7F

Tints of Ecru #C0AC7F

Color information

#C0AC7F (or 0xC0AC7F) is unknown color: approx Ecru. HEX triplet: C0, AC and 7F. RGB value is (192,172,127). Sum of RGB (Red+Green+Blue) = 192+172+127=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC7F is #3F5380. Grayscale: #ADADAD. Windows color (decimal): -4150145 or 8367296. OLE color: 8367296.

HSL color Cylindrical-coordinate representation of color #C0AC7F: hue angle of 41.54º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0AC7F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB192172127-
CMYK00.100.340.25
HSL41.54º34.03%62.55%-
HSV(B)41.54º33.85%75.29%-
XYZ40.3242.2426.11-
YUV172.85102.13141.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 127 (50% from 255) = 25.87%
R=39.10%
G=35.03%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217212700.100.340.2541.5434.0362.55
HexC0AC7F0A22192a223f
Octal3002541770124231524277
Binary110000001010110011111110101010001011001101010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AC7F; }

 p { color: rgb(192,172,127); }

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

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

 a { background-color: rgb(192,172,127); }

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

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

 span { border-color: rgb(192,172,127); }

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