#c0ac7d

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

Shades of Ecru #C0AC7D

Tints of Ecru #C0AC7D

Color information

#C0AC7D (or 0xC0AC7D) is unknown color: approx Ecru. HEX triplet: C0, AC and 7D. RGB value is (192,172,125). Sum of RGB (Red+Green+Blue) = 192+172+125=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC7D is #3F5382. Grayscale: #ACACAC. Windows color (decimal): -4150147 or 8236224. OLE color: 8236224.

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

Color convert

RGB192172125-
CMYK00.100.350.25
HSL42.09º34.72%62.16%-
HSV(B)42.09º34.9%75.29%-
XYZ40.1942.1925.43-
YUV172.62101.13141.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=39.26%
G=35.17%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217212500.100.350.2542.0934.7262.16
HexC0AC7D0A23192a233e
Octal3002541750124331524376
Binary110000001010110011111010101010001111001101010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0ac7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0ac7d; }

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

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

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

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

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

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

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

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