Html Css Color HEX #C2B279 Ecru

📋 copy color: '#C2B279'

red 194 ◦ green 178 ◦ blue 121

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

Shades of Ecru #C2B279

Tints of Ecru #C2B279

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

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

R = 39.35%
G = 36.11%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2B279 (or 0xC2B279) is known color: Ecru. HEX triplet: C2, B2 and 79. RGB value is (194,178,121). Sum of RGB (Red+Green+Blue) = 194+178+121=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B279 is #3D4D86. Grayscale: #B0B0B0. Windows color (decimal): -4017543 or 7975618. OLE color: 7975618.

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

Color convert

RGB 194 178 121 -
CMYK 0 0.08 0.38 0.24
HSL 46.85º 0.37% 0.62% -
HSV(B) 46.85º 0.38% 0.76% -
XYZ 41.62 44.69 24.52 -
YUV 176.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 194 178 121 0 0.08 0.38 0.24 46.85 0.37 0.62
Hex C2 B2 79 0 8 26 18 2F 25 3E
Octal 302 262 171 0 10 46 30 57 45 76
Binary 11000010 10110010 1111001 0 1000 100110 11000 101111 100101 111110

Color Harmonies of #C2B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B279

Black with #C2B279

Text Example


Text Example

White with #C2B279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B279; }

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

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

background-color css

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

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

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

border-color css

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

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

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