Html Css Color HEX #C7B386 Ecru

📋 copy color: '#C7B386'

red 199 ◦ green 179 ◦ blue 134

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

Shades of Ecru #C7B386

Tints of Ecru #C7B386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.17%

R = 38.87%
G = 34.96%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7B386 (or 0xC7B386) is known color: Ecru. HEX triplet: C7, B3 and 86. RGB value is (199,179,134). Sum of RGB (Red+Green+Blue) = 199+179+134=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B386 is #384C79. Grayscale: #B4B4B4. Windows color (decimal): -3689594 or 8827847. OLE color: 8827847.

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

Color convert

RGB 199 179 134 -
CMYK 0 0.10 0.33 0.22
HSL 41.54º 0.37% 0.65% -
HSV(B) 41.54º 0.33% 0.78% -
XYZ 43.98 46.1 29.14 -
YUV 179.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 199 179 134 0 0.10 0.33 0.22 41.54 0.37 0.65
Hex C7 B3 86 0 A 21 16 2A 25 41
Octal 307 263 206 0 12 41 26 52 45 101
Binary 11000111 10110011 10000110 0 1010 100001 10110 101010 100101 1000001

Color Harmonies of #C7B386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B386

Black with #C7B386

Text Example


Text Example

White with #C7B386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B386; }

 p { color: rgb(199,179,134); }

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

background-color css

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

 a { background-color: rgb(199,179,134); }

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

border-color css

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

 span { border-color: rgb(199,179,134); }

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