#C2B474

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

Shades of Ecru #C2B474

Tints of Ecru #C2B474

Color information

#C2B474 (or 0xC2B474) is unknown color: approx Ecru. HEX triplet: C2, B4 and 74. RGB value is (194,180,116). Sum of RGB (Red+Green+Blue) = 194+180+116=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B474 is #3D4B8B. Grayscale: #B1B1B1. Windows color (decimal): -4017036 or 7648450. OLE color: 7648450.

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

Color convert

RGB194180116-
CMYK00.070.400.24
HSL49.23º39%60.78%-
HSV(B)49.23º40.21%76.08%-
XYZ41.7245.3723.08-
YUV176.8993.64140.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=39.59%
G=36.73%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418011600.070.400.2449.233960.78
HexC2B47407281831273d
Octal302264164075030614775
Binary11000010101101001110100011110100011000110001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B474; }

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

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

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

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

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

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

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

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