Html Css Color HEX #C2AA78 Ecru

📋 copy color: '#C2AA78'

red 194 ◦ green 170 ◦ blue 120

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

Shades of Ecru #C2AA78

Tints of Ecru #C2AA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.79%

R = 40.08%
G = 35.12%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2AA78 (or 0xC2AA78) is known color: Ecru. HEX triplet: C2, AA and 78. RGB value is (194,170,120). Sum of RGB (Red+Green+Blue) = 194+170+120=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA78 is #3D5587. Grayscale: #ABABAB. Windows color (decimal): -4019592 or 7908034. OLE color: 7908034.

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

Color convert

RGB 194 170 120 -
CMYK 0 0.12 0.38 0.24
HSL 40.54º 0.38% 0.62% -
HSV(B) 40.54º 0.38% 0.76% -
XYZ 40.01 41.57 23.69 -
YUV 171.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 194 170 120 0 0.12 0.38 0.24 40.54 0.38 0.62
Hex C2 AA 78 0 C 26 18 29 26 3E
Octal 302 252 170 0 14 46 30 51 46 76
Binary 11000010 10101010 1111000 0 1100 100110 11000 101001 100110 111110

Color Harmonies of #C2AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA78

Black with #C2AA78

Text Example


Text Example

White with #C2AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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