#C2AF81

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

Shades of Ecru #C2AF81

Tints of Ecru #C2AF81

Color information

#C2AF81 (or 0xC2AF81) is unknown color: approx Ecru. HEX triplet: C2, AF and 81. RGB value is (194,175,129). Sum of RGB (Red+Green+Blue) = 194+175+129=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF81 is #3D507E. Grayscale: #AFAFAF. Windows color (decimal): -4018303 or 8499138. OLE color: 8499138.

HSL color Cylindrical-coordinate representation of color #C2AF81: hue angle of 42.46º degrees, saturation: 0.35, 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 #C2AF81 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB194175129-
CMYK00.100.340.24
HSL42.46º34.76%63.33%-
HSV(B)42.46º33.51%76.08%-
XYZ41.5443.7127.02-
YUV175.44101.79141.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 129 (50.78% from 255) = 25.90%
R=38.96%
G=35.14%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417512900.100.340.2442.4634.7663.33
HexC2AF810A22182a233f
Octal3022572010124230524377
Binary1100001010101111100000010101010001011000101010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF81; }

 p { color: rgb(194,175,129); }

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

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

 a { background-color: rgb(194,175,129); }

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

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

 span { border-color: rgb(194,175,129); }

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