#C8B079

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

Shades of Ecru #C8B079

Tints of Ecru #C8B079

Color information

#C8B079 (or 0xC8B079) is unknown color: approx Ecru. HEX triplet: C8, B0 and 79. RGB value is (200,176,121). Sum of RGB (Red+Green+Blue) = 200+176+121=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B079 is #374F86. Grayscale: #B1B1B1. Windows color (decimal): -3624839 or 7975112. OLE color: 7975112.

HSL color Cylindrical-coordinate representation of color #C8B079: hue angle of 41.77º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8B079 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200176121-
CMYK00.120.390.22
HSL41.77º41.8%62.94%-
HSV(B)41.77º39.5%78.43%-
XYZ42.844.7124.46-
YUV176.9196.45144.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=40.24%
G=35.41%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017612100.120.390.2241.7741.862.94
HexC8B0790C27162a2a3f
Octal3102601710144726525277
Binary110010001011000011110010110010011110110101010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B079; }

 p { color: rgb(200,176,121); }

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

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

 a { background-color: rgb(200,176,121); }

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

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

 span { border-color: rgb(200,176,121); }

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