#C3AE80

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

Shades of Ecru #C3AE80

Tints of Ecru #C3AE80

Color information

#C3AE80 (or 0xC3AE80) is unknown color: approx Ecru. HEX triplet: C3, AE and 80. RGB value is (195,174,128). Sum of RGB (Red+Green+Blue) = 195+174+128=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AE80 is #3C517F. Grayscale: #AFAFAF. Windows color (decimal): -3953024 or 8433347. OLE color: 8433347.

HSL color Cylindrical-coordinate representation of color #C3AE80: hue angle of 41.19º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3AE80 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB195174128-
CMYK00.110.340.24
HSL41.19º35.83%63.33%-
HSV(B)41.19º34.36%76.47%-
XYZ41.5443.4326.62-
YUV175.04101.46142.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=39.24%
G=35.01%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517412800.110.340.2441.1935.8363.33
HexC3AE800B221829243f
Octal3032562000134230514477
Binary1100001110101110100000000101110001011000101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE80; }

 p { color: rgb(195,174,128); }

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

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

 a { background-color: rgb(195,174,128); }

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

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

 span { border-color: rgb(195,174,128); }

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