#C0A778

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

Shades of Ecru #C0A778

Tints of Ecru #C0A778

Color information

#C0A778 (or 0xC0A778) is unknown color: approx Ecru. HEX triplet: C0, A7 and 78. RGB value is (192,167,120). Sum of RGB (Red+Green+Blue) = 192+167+120=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A778 is #3F5887. Grayscale: #A9A9A9. Windows color (decimal): -4151432 or 7907264. OLE color: 7907264.

HSL color Cylindrical-coordinate representation of color #C0A778: hue angle of 39.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0A778 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB192167120-
CMYK00.130.380.25
HSL39.17º36.36%61.18%-
HSV(B)39.17º37.5%75.29%-
XYZ38.9540.223.48-
YUV169.12100.28144.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=40.08%
G=34.86%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216712000.130.380.2539.1736.3661.18
HexC0A7780D261927243d
Octal3002471700154631474475
Binary110000001010011111110000110110011011001100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A778; }

 p { color: rgb(192,167,120); }

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

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

 a { background-color: rgb(192,167,120); }

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

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

 span { border-color: rgb(192,167,120); }

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