#C5B479

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

Shades of Ecru #C5B479

Tints of Ecru #C5B479

Color information

#C5B479 (or 0xC5B479) is unknown color: approx Ecru. HEX triplet: C5, B4 and 79. RGB value is (197,180,121). Sum of RGB (Red+Green+Blue) = 197+180+121=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B479 is #3A4B86. Grayscale: #B2B2B2. Windows color (decimal): -3820423 or 7976133. OLE color: 7976133.

HSL color Cylindrical-coordinate representation of color #C5B479: hue angle of 46.58º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5B479 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB197180121-
CMYK00.090.390.23
HSL46.58º39.58%62.35%-
HSV(B)46.58º38.58%77.25%-
XYZ42.845.8924.69-
YUV178.3695.63141.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.56%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 121 (47.66% from 255) = 24.30%
R=39.56%
G=36.14%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718012100.090.390.2346.5839.5862.35
HexC5B4790927172f283e
Octal3052641710114727575076
Binary110001011011010011110010100110011110111101111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B479; }

 p { color: rgb(197,180,121); }

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

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

 a { background-color: rgb(197,180,121); }

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

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

 span { border-color: rgb(197,180,121); }

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