#C0AA7D

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

Shades of Ecru #C0AA7D

Tints of Ecru #C0AA7D

Color information

#C0AA7D (or 0xC0AA7D) is unknown color: approx Ecru. HEX triplet: C0, AA and 7D. RGB value is (192,170,125). Sum of RGB (Red+Green+Blue) = 192+170+125=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA7D is #3F5582. Grayscale: #ABABAB. Windows color (decimal): -4150659 or 8235712. OLE color: 8235712.

HSL color Cylindrical-coordinate representation of color #C0AA7D: hue angle of 40.3º 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 #C0AA7D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB192170125-
CMYK00.110.350.25
HSL40.3º34.72%62.16%-
HSV(B)40.3º34.9%75.29%-
XYZ39.8141.4425.3-
YUV171.45101.79142.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=39.43%
G=34.91%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217012500.110.350.2540.334.7262.16
HexC0AA7D0B231928233e
Octal3002521750134331504376
Binary110000001010101011111010101110001111001101000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA7D; }

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

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

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

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

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

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

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

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