#c5b477

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

Shades of Ecru #C5B477

Tints of Ecru #C5B477

Color information

#C5B477 (or 0xC5B477) is unknown color: approx Ecru. HEX triplet: C5, B4 and 77. RGB value is (197,180,119). Sum of RGB (Red+Green+Blue) = 197+180+119=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B477 is #3A4B88. Grayscale: #B2B2B2. Windows color (decimal): -3820425 or 7845061. OLE color: 7845061.

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

Color convert

RGB197180119-
CMYK00.090.400.23
HSL46.92º40.21%61.96%-
HSV(B)46.92º39.59%77.25%-
XYZ42.6845.8424.05-
YUV178.1394.63141.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=39.72%
G=36.29%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718011900.090.400.2346.9240.2161.96
HexC5B4770928172f283e
Octal3052641670115027575076
Binary110001011011010011101110100110100010111101111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5b477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5b477; }

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

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

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

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

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

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

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

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