#C2B074

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

Shades of Ecru #C2B074

Tints of Ecru #C2B074

Color information

#C2B074 (or 0xC2B074) is unknown color: approx Ecru. HEX triplet: C2, B0 and 74. RGB value is (194,176,116). Sum of RGB (Red+Green+Blue) = 194+176+116=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B074 is #3D4F8B. Grayscale: #AEAEAE. Windows color (decimal): -4018060 or 7647426. OLE color: 7647426.

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

Color convert

RGB194176116-
CMYK00.090.400.24
HSL46.15º39%60.78%-
HSV(B)46.15º40.21%76.08%-
XYZ40.9343.7822.82-
YUV174.5494.96141.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=39.92%
G=36.21%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417611600.090.400.2446.153960.78
HexC2B0740928182e273d
Octal3022601640115030564775
Binary110000101011000011101000100110100011000101110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B074; }

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

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

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

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

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

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

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

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