#C2B276

Color #C2B276 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #C2B276

Tints of Ecru #C2B276

Color information

#C2B276 (or 0xC2B276) is unknown color: approx Ecru. HEX triplet: C2, B2 and 76. RGB value is (194,178,118). Sum of RGB (Red+Green+Blue) = 194+178+118=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B276 is #3D4D89. Grayscale: #B0B0B0. Windows color (decimal): -4017546 or 7779010. OLE color: 7779010.

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

Color convert

RGB194178118-
CMYK00.080.390.24
HSL47.37º38.38%61.18%-
HSV(B)47.37º39.18%76.08%-
XYZ41.4444.6223.57-
YUV175.9495.3140.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 178 (69.92% from 255) = 36.33%
BLUE value IS 118 (46.48% from 255) = 24.08%
R=39.59%
G=36.33%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417811800.080.390.2447.3738.3861.18
HexC2B2760827182f263d
Octal3022621660104730574675
Binary110000101011001011101100100010011111000101111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B276; }

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

 H1.HeaderClassName
 {
   color: #C2B276;
 }
 .AnyTagClassName
 {
   color: #C2B276;
 }
</style>
background-color css

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

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

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

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

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

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