#C4B086

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

Shades of Ecru #C4B086

Tints of Ecru #C4B086

Color information

#C4B086 (or 0xC4B086) is unknown color: approx Ecru. HEX triplet: C4, B0 and 86. RGB value is (196,176,134). Sum of RGB (Red+Green+Blue) = 196+176+134=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B086 is #3B4F79. Grayscale: #B1B1B1. Windows color (decimal): -3886970 or 8827076. OLE color: 8827076.

HSL color Cylindrical-coordinate representation of color #C4B086: hue angle of 40.65º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4B086 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB196176134-
CMYK00.100.320.23
HSL40.65º34.44%64.71%-
HSV(B)40.65º31.63%76.86%-
XYZ42.5944.5128.9-
YUV177.19103.63141.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 176 (69.14% from 255) = 34.78%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=38.74%
G=34.78%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617613400.100.320.2340.6534.4464.71
HexC4B0860A2017292241
Octal30426020601240275142101
Binary11000100101100001000011001010100000101111010011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B086; }

 p { color: rgb(196,176,134); }

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

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

 a { background-color: rgb(196,176,134); }

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

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

 span { border-color: rgb(196,176,134); }

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