Html Css Color HEX #C2AA7E Ecru

📋 copy color: '#C2AA7E'

red 194 ◦ green 170 ◦ blue 126

#C2AA7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #C2AA7E

Tints of Ecru #C2AA7E

RGB

 RED value IS 194 (76.17% from 255) = 39.59%

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 126 (49.61% from 255) = 25.71%

R = 39.59%
G = 34.69%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2AA7E (or 0xC2AA7E) is known color: Ecru. HEX triplet: C2, AA and 7E. RGB value is (194,170,126). Sum of RGB (Red+Green+Blue) = 194+170+126=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA7E is #3D5581. Grayscale: #ACACAC. Windows color (decimal): -4019586 or 8301250. OLE color: 8301250.

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

Color convert

RGB 194 170 126 -
CMYK 0 0.12 0.35 0.24
HSL 38.82º 0.36% 0.63% -
HSV(B) 38.82º 0.35% 0.76% -
XYZ 40.39 41.73 25.66 -
YUV 172.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 194 170 126 0 0.12 0.35 0.24 38.82 0.36 0.63
Hex C2 AA 7E 0 C 23 18 27 24 3F
Octal 302 252 176 0 14 43 30 47 44 77
Binary 11000010 10101010 1111110 0 1100 100011 11000 100111 100100 111111

Color Harmonies of #C2AA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA7E

Black with #C2AA7E

Text Example


Text Example

White with #C2AA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA7E; }

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

 H1.HeaderClassName
 {
   color: #C2AA7E;
 }
 .AnyTagClassName
 {
   color: #C2AA7E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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