#C0AE7E

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

Shades of Ecru #C0AE7E

Tints of Ecru #C0AE7E

Color information

#C0AE7E (or 0xC0AE7E) is unknown color: approx Ecru. HEX triplet: C0, AE and 7E. RGB value is (192,174,126). Sum of RGB (Red+Green+Blue) = 192+174+126=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE7E is #3F5181. Grayscale: #AEAEAE. Windows color (decimal): -4149634 or 8302272. OLE color: 8302272.

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

Color convert

RGB192174126-
CMYK00.090.340.25
HSL43.64º34.38%62.35%-
HSV(B)43.64º34.38%75.29%-
XYZ40.6442.9825.89-
YUV173.91100.96140.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 126 (49.61% from 255) = 25.61%
R=39.02%
G=35.37%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217412600.090.340.2543.6434.3862.35
HexC0AE7E0922192c223e
Octal3002561760114231544276
Binary110000001010111011111100100110001011001101100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE7E; }

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

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

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

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

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

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

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

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