#c2b279

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

Shades of Ecru #C2B279

Tints of Ecru #C2B279

Color information

#C2B279 (or 0xC2B279) is unknown color: approx 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

RGB194178121-
CMYK00.080.380.24
HSL46.85º37.44%61.76%-
HSV(B)46.85º37.63%76.08%-
XYZ41.6244.6924.52-
YUV176.2996.8140.63-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417812100.080.380.2446.8537.4461.76
HexC2B2790826182f253e
Octal3022621710104630574576
Binary110000101011001011110010100010011011000101111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2b279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>