#C0AE74

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

Shades of Ecru #C0AE74

Tints of Ecru #C0AE74

Color information

#C0AE74 (or 0xC0AE74) is unknown color: approx Ecru. HEX triplet: C0, AE and 74. RGB value is (192,174,116). Sum of RGB (Red+Green+Blue) = 192+174+116=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE74 is #3F518B. Grayscale: #ADADAD. Windows color (decimal): -4149644 or 7646912. OLE color: 7646912.

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

Color convert

RGB192174116-
CMYK00.090.400.25
HSL45.79º37.62%60.39%-
HSV(B)45.79º39.58%75.29%-
XYZ40.0342.7422.66-
YUV172.7795.96141.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=39.83%
G=36.10%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217411600.090.400.2545.7937.6260.39
HexC0AE740928192e263c
Octal3002561640115031564674
Binary110000001010111011101000100110100011001101110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE74; }

 p { color: rgb(192,174,116); }

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

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

 a { background-color: rgb(192,174,116); }

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

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

 span { border-color: rgb(192,174,116); }

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