#C2B586

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

Shades of Ecru #C2B586

Tints of Ecru #C2B586

Color information

#C2B586 (or 0xC2B586) is unknown color: approx Ecru. HEX triplet: C2, B5 and 86. RGB value is (194,181,134). Sum of RGB (Red+Green+Blue) = 194+181+134=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B586 is #3D4A79. Grayscale: #B3B3B3. Windows color (decimal): -4016762 or 8828354. OLE color: 8828354.

HSL color Cylindrical-coordinate representation of color #C2B586: hue angle of 47º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2B586 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194181134-
CMYK00.070.310.24
HSL47º32.97%64.31%-
HSV(B)47º30.93%76.08%-
XYZ43.0846.2429.21-
YUV179.53102.31138.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 134 (52.73% from 255) = 26.33%
R=38.11%
G=35.56%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418113400.070.310.244732.9764.31
HexC2B586071F182f2140
Octal3022652060737305741100
Binary110000101011010110000110011111111110001011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B586; }

 p { color: rgb(194,181,134); }

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

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

 a { background-color: rgb(194,181,134); }

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

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

 span { border-color: rgb(194,181,134); }

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