#C8B379

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

Shades of Ecru #C8B379

Tints of Ecru #C8B379

Color information

#C8B379 (or 0xC8B379) is unknown color: approx Ecru. HEX triplet: C8, B3 and 79. RGB value is (200,179,121). Sum of RGB (Red+Green+Blue) = 200+179+121=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B379 is #374C86. Grayscale: #B2B2B2. Windows color (decimal): -3624071 or 7975880. OLE color: 7975880.

HSL color Cylindrical-coordinate representation of color #C8B379: hue angle of 44.05º 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 #C8B379 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200179121-
CMYK00.100.390.22
HSL44.05º41.8%62.94%-
HSV(B)44.05º39.5%78.43%-
XYZ43.3945.924.66-
YUV178.6795.46143.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 121 (47.66% from 255) = 24.2%
R=40%
G=35.8%
B=24.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017912100.100.390.2244.0541.862.94
HexC8B3790A27162c2a3f
Octal3102631710124726545277
Binary110010001011001111110010101010011110110101100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B379; }

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

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

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

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

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

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

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

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