#C2AF74

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

Shades of Ecru #C2AF74

Tints of Ecru #C2AF74

Color information

#C2AF74 (or 0xC2AF74) is unknown color: approx Ecru. HEX triplet: C2, AF and 74. RGB value is (194,175,116). Sum of RGB (Red+Green+Blue) = 194+175+116=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF74 is #3D508B. Grayscale: #AEAEAE. Windows color (decimal): -4018316 or 7647170. OLE color: 7647170.

HSL color Cylindrical-coordinate representation of color #C2AF74: hue angle of 45.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2AF74 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194175116-
CMYK00.100.400.24
HSL45.38º39%60.78%-
HSV(B)45.38º40.21%76.08%-
XYZ40.7343.3922.75-
YUV173.9695.29142.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=40%
G=36.08%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417511600.100.400.2445.383960.78
HexC2AF740A28182d273d
Octal3022571640125030554775
Binary110000101010111111101000101010100011000101101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF74; }

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

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

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

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

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

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

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

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