Html Css Color HEX #C5B276 Ecru

📋 copy color: '#C5B276'

red 197 ◦ green 178 ◦ blue 118

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

Shades of Ecru #C5B276

Tints of Ecru #C5B276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

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

R = 39.96%
G = 36.11%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C5B276 (or 0xC5B276) is known color: Ecru. HEX triplet: C5, B2 and 76. RGB value is (197,178,118). Sum of RGB (Red+Green+Blue) = 197+178+118=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B276 is #3A4D89. Grayscale: #B1B1B1. Windows color (decimal): -3820938 or 7779013. OLE color: 7779013.

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

Color convert

RGB 197 178 118 -
CMYK 0 0.10 0.40 0.23
HSL 45.57º 0.41% 0.62% -
HSV(B) 45.57º 0.4% 0.77% -
XYZ 42.22 45.02 23.6 -
YUV 176.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 197 178 118 0 0.10 0.40 0.23 45.57 0.41 0.62
Hex C5 B2 76 0 A 28 17 2E 29 3E
Octal 305 262 166 0 12 50 27 56 51 76
Binary 11000101 10110010 1110110 0 1010 101000 10111 101110 101001 111110

Color Harmonies of #C5B276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B276

Black with #C5B276

Text Example


Text Example

White with #C5B276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B276; }

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

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

background-color css

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

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

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

border-color css

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

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

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