Html Css Color HEX #C2B079 Ecru

📋 copy color: '#C2B079'

red 194 ◦ green 176 ◦ blue 121

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

Shades of Ecru #C2B079

Tints of Ecru #C2B079

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

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

R = 39.51%
G = 35.85%
B = 24.64%

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

#C2B079 (or 0xC2B079) is known color: Ecru. HEX triplet: C2, B0 and 79. RGB value is (194,176,121). Sum of RGB (Red+Green+Blue) = 194+176+121=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B079 is #3D4F86. Grayscale: #AFAFAF. Windows color (decimal): -4018055 or 7975106. OLE color: 7975106.

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

Color convert

RGB 194 176 121 -
CMYK 0 0.09 0.38 0.24
HSL 45.21º 0.37% 0.62% -
HSV(B) 45.21º 0.38% 0.76% -
XYZ 41.22 43.9 24.39 -
YUV 175.11 97.46 141.47 -
System Red Green Blue C M Y K H S L
Decimal 194 176 121 0 0.09 0.38 0.24 45.21 0.37 0.62
Hex C2 B0 79 0 9 26 18 2D 25 3E
Octal 302 260 171 0 11 46 30 55 45 76
Binary 11000010 10110000 1111001 0 1001 100110 11000 101101 100101 111110

Color Harmonies of #C2B079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B079

Black with #C2B079

Text Example


Text Example

White with #C2B079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B079; }

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

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

background-color css

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

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

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

border-color css

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

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

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