#C2AF7E

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

Shades of Ecru #C2AF7E

Tints of Ecru #C2AF7E

Color information

#C2AF7E (or 0xC2AF7E) is unknown color: approx Ecru. HEX triplet: C2, AF and 7E. RGB value is (194,175,126). Sum of RGB (Red+Green+Blue) = 194+175+126=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF7E is #3D5081. Grayscale: #AFAFAF. Windows color (decimal): -4018306 or 8302530. OLE color: 8302530.

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

Color convert

RGB194175126-
CMYK00.100.350.24
HSL43.24º35.79%62.75%-
HSV(B)43.24º35.05%76.08%-
XYZ41.3443.6425.98-
YUV175.1100.29141.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 126 (49.61% from 255) = 25.45%
R=39.19%
G=35.35%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417512600.100.350.2443.2435.7962.75
HexC2AF7E0A23182b243f
Octal3022571760124330534477
Binary110000101010111111111100101010001111000101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF7E; }

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

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

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

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

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

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

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

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