Html Css Color HEX #C5B376 Ecru

📋 copy color: '#C5B376'

red 197 ◦ green 179 ◦ blue 118

#C5B376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #C5B376

Tints of Ecru #C5B376

RGB

 RED value IS 197 (77.34% from 255) = 39.88%

 GREEN value IS 179 (70.31% from 255) = 36.23%

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 39.88%
G = 36.23%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C5B376 (or 0xC5B376) is known color: Ecru. HEX triplet: C5, B3 and 76. RGB value is (197,179,118). Sum of RGB (Red+Green+Blue) = 197+179+118=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B376 is #3A4C89. Grayscale: #B1B1B1. Windows color (decimal): -3820682 or 7779269. OLE color: 7779269.

HSL color Cylindrical-coordinate representation of color #C5B376: hue angle of 46.33º degrees, saturation: 0.41, 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 #C5B376 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 118 -
CMYK 0 0.09 0.40 0.23
HSL 46.33º 0.41% 0.62% -
HSV(B) 46.33º 0.4% 0.77% -
XYZ 42.42 45.42 23.67 -
YUV 177.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 197 179 118 0 0.09 0.40 0.23 46.33 0.41 0.62
Hex C5 B3 76 0 9 28 17 2E 29 3E
Octal 305 263 166 0 11 50 27 56 51 76
Binary 11000101 10110011 1110110 0 1001 101000 10111 101110 101001 111110

Color Harmonies of #C5B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B376

Black with #C5B376

Text Example


Text Example

White with #C5B376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B376; }

 p { color: rgb(197,179,118); }

 H1.HeaderClassName
 {
   color: #C5B376;
 }
 .AnyTagClassName
 {
   color: #C5B376;
 }
</style>

background-color css

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

 a { background-color: rgb(197,179,118); }

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

border-color css

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

 span { border-color: rgb(197,179,118); }

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