Html Css Color HEX #C7B476 Ecru

📋 copy color: '#C7B476'

red 199 ◦ green 180 ◦ blue 118

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

Shades of Ecru #C7B476

Tints of Ecru #C7B476

RGB

 RED value IS 199 (78.13% from 255) = 40.04%

 GREEN value IS 180 (70.7% from 255) = 36.22%

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

R = 40.04%
G = 36.22%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7B476 (or 0xC7B476) is known color: Ecru. HEX triplet: C7, B4 and 76. RGB value is (199,180,118). Sum of RGB (Red+Green+Blue) = 199+180+118=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B476 is #384B89. Grayscale: #B2B2B2. Windows color (decimal): -3689354 or 7779527. OLE color: 7779527.

HSL color Cylindrical-coordinate representation of color #C7B476: hue angle of 45.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7B476 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 180 118 -
CMYK 0 0.10 0.41 0.22
HSL 45.93º 0.42% 0.62% -
HSV(B) 45.93º 0.41% 0.78% -
XYZ 43.14 46.09 23.76 -
YUV 178.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 199 180 118 0 0.10 0.41 0.22 45.93 0.42 0.62
Hex C7 B4 76 0 A 29 16 2E 2A 3E
Octal 307 264 166 0 12 51 26 56 52 76
Binary 11000111 10110100 1110110 0 1010 101001 10110 101110 101010 111110

Color Harmonies of #C7B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B476

Black with #C7B476

Text Example


Text Example

White with #C7B476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B476; }

 p { color: rgb(199,180,118); }

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

background-color css

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

 a { background-color: rgb(199,180,118); }

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

border-color css

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

 span { border-color: rgb(199,180,118); }

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