#C2AD7D

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

Shades of Ecru #C2AD7D

Tints of Ecru #C2AD7D

Color information

#C2AD7D (or 0xC2AD7D) is unknown color: approx Ecru. HEX triplet: C2, AD and 7D. RGB value is (194,173,125). Sum of RGB (Red+Green+Blue) = 194+173+125=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD7D is #3D5282. Grayscale: #AEAEAE. Windows color (decimal): -4018819 or 8236482. OLE color: 8236482.

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

Color convert

RGB194173125-
CMYK00.110.360.24
HSL41.74º36.13%62.55%-
HSV(B)41.74º35.57%76.08%-
XYZ40.8942.8425.52-
YUV173.81100.46142.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=39.43%
G=35.16%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417312500.110.360.2441.7436.1362.55
HexC2AD7D0B24182a243f
Octal3022551750134430524477
Binary110000101010110111111010101110010011000101010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD7D; }

 p { color: rgb(194,173,125); }

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

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

 a { background-color: rgb(194,173,125); }

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

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

 span { border-color: rgb(194,173,125); }

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