#C8B576

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

Shades of Ecru #C8B576

Tints of Ecru #C8B576

Color information

#C8B576 (or 0xC8B576) is unknown color: approx Ecru. HEX triplet: C8, B5 and 76. RGB value is (200,181,118). Sum of RGB (Red+Green+Blue) = 200+181+118=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B576 is #374A89. Grayscale: #B3B3B3. Windows color (decimal): -3623562 or 7779784. OLE color: 7779784.

HSL color Cylindrical-coordinate representation of color #C8B576: hue angle of 46.1º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8B576 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200181118-
CMYK00.090.410.22
HSL46.1º42.71%62.35%-
HSV(B)46.1º41%78.43%-
XYZ43.6146.6423.84-
YUV179.593.29142.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=40.08%
G=36.27%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018111800.090.410.2246.142.7162.35
HexC8B5760929162e2b3e
Octal3102651660115126565376
Binary110010001011010111101100100110100110110101110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B576; }

 p { color: rgb(200,181,118); }

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

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

 a { background-color: rgb(200,181,118); }

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

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

 span { border-color: rgb(200,181,118); }

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