Html Css Color HEX #C2B179 Ecru

📋 copy color: '#C2B179'

red 194 ◦ green 177 ◦ blue 121

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

Shades of Ecru #C2B179

Tints of Ecru #C2B179

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.98%

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

R = 39.43%
G = 35.98%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2B179 (or 0xC2B179) is known color: Ecru. HEX triplet: C2, B1 and 79. RGB value is (194,177,121). Sum of RGB (Red+Green+Blue) = 194+177+121=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B179 is #3D4E86. Grayscale: #AFAFAF. Windows color (decimal): -4017799 or 7975362. OLE color: 7975362.

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

Color convert

RGB 194 177 121 -
CMYK 0 0.09 0.38 0.24
HSL 46.03º 0.37% 0.62% -
HSV(B) 46.03º 0.38% 0.76% -
XYZ 41.42 44.29 24.46 -
YUV 175.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 194 177 121 0 0.09 0.38 0.24 46.03 0.37 0.62
Hex C2 B1 79 0 9 26 18 2E 25 3E
Octal 302 261 171 0 11 46 30 56 45 76
Binary 11000010 10110001 1111001 0 1001 100110 11000 101110 100101 111110

Color Harmonies of #C2B179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B179

Black with #C2B179

Text Example


Text Example

White with #C2B179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B179; }

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

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

background-color css

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

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

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

border-color css

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

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

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