Html Css Color HEX #C2B579 Ecru

📋 copy color: '#C2B579'

red 194 ◦ green 181 ◦ blue 121

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

Shades of Ecru #C2B579

Tints of Ecru #C2B579

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.49%

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 39.11%
G = 36.49%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2B579 (or 0xC2B579) is known color: Ecru. HEX triplet: C2, B5 and 79. RGB value is (194,181,121). Sum of RGB (Red+Green+Blue) = 194+181+121=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B579 is #3D4A86. Grayscale: #B2B2B2. Windows color (decimal): -4016775 or 7976386. OLE color: 7976386.

HSL color Cylindrical-coordinate representation of color #C2B579: hue angle of 49.32º degrees, saturation: 0.37, 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 #C2B579 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 121 -
CMYK 0 0.07 0.38 0.24
HSL 49.32º 0.37% 0.62% -
HSV(B) 49.32º 0.38% 0.76% -
XYZ 42.22 45.9 24.72 -
YUV 178.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 194 181 121 0 0.07 0.38 0.24 49.32 0.37 0.62
Hex C2 B5 79 0 7 26 18 31 25 3E
Octal 302 265 171 0 7 46 30 61 45 76
Binary 11000010 10110101 1111001 0 111 100110 11000 110001 100101 111110

Color Harmonies of #C2B579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B579

Black with #C2B579

Text Example


Text Example

White with #C2B579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B579; }

 p { color: rgb(194,181,121); }

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

background-color css

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

 a { background-color: rgb(194,181,121); }

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

border-color css

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

 span { border-color: rgb(194,181,121); }

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