Html Css Color HEX #C5B377 Ecru

📋 copy color: '#C5B377'

red 197 ◦ green 179 ◦ blue 119

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

Shades of Ecru #C5B377

Tints of Ecru #C5B377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 39.8%
G = 36.16%
B = 24.04%

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

#C5B377 (or 0xC5B377) is known color: Ecru. HEX triplet: C5, B3 and 77. RGB value is (197,179,119). Sum of RGB (Red+Green+Blue) = 197+179+119=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B377 is #3A4C88. Grayscale: #B1B1B1. Windows color (decimal): -3820681 or 7844805. OLE color: 7844805.

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

Color convert

RGB 197 179 119 -
CMYK 0 0.09 0.40 0.23
HSL 46.15º 0.4% 0.62% -
HSV(B) 46.15º 0.4% 0.77% -
XYZ 42.48 45.44 23.99 -
YUV 177.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 197 179 119 0 0.09 0.40 0.23 46.15 0.4 0.62
Hex C5 B3 77 0 9 28 17 2E 28 3E
Octal 305 263 167 0 11 50 27 56 50 76
Binary 11000101 10110011 1110111 0 1001 101000 10111 101110 101000 111110

Color Harmonies of #C5B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B377

Black with #C5B377

Text Example


Text Example

White with #C5B377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B377; }

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

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

background-color css

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

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

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

border-color css

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

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

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