#C2B072

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

Shades of Ecru #C2B072

Tints of Ecru #C2B072

Color information

#C2B072 (or 0xC2B072) is unknown color: approx Ecru. HEX triplet: C2, B0 and 72. RGB value is (194,176,114). Sum of RGB (Red+Green+Blue) = 194+176+114=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B072 is #3D4F8D. Grayscale: #AEAEAE. Windows color (decimal): -4018062 or 7516354. OLE color: 7516354.

HSL color Cylindrical-coordinate representation of color #C2B072: hue angle of 46.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2B072 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB194176114-
CMYK00.090.410.24
HSL46.5º39.6%60.39%-
HSV(B)46.5º41.24%76.08%-
XYZ40.8143.7322.21-
YUV174.3193.96142.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=40.08%
G=36.36%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417611400.090.410.2446.539.660.39
HexC2B0720929182e283c
Octal3022601620115130565074
Binary110000101011000011100100100110100111000101110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B072; }

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

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

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

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

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

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

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

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