Html Css Color HEX #C7B384 Ecru

📋 copy color: '#C7B384'

red 199 ◦ green 179 ◦ blue 132

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

Shades of Ecru #C7B384

Tints of Ecru #C7B384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.88%

R = 39.02%
G = 35.1%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C7B384 (or 0xC7B384) is known color: Ecru. HEX triplet: C7, B3 and 84. RGB value is (199,179,132). Sum of RGB (Red+Green+Blue) = 199+179+132=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B384 is #384C7B. Grayscale: #B3B3B3. Windows color (decimal): -3689596 or 8696775. OLE color: 8696775.

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

Color convert

RGB 199 179 132 -
CMYK 0 0.10 0.34 0.22
HSL 42.09º 0.37% 0.65% -
HSV(B) 42.09º 0.34% 0.78% -
XYZ 43.84 46.05 28.41 -
YUV 179.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 199 179 132 0 0.10 0.34 0.22 42.09 0.37 0.65
Hex C7 B3 84 0 A 22 16 2A 25 41
Octal 307 263 204 0 12 42 26 52 45 101
Binary 11000111 10110011 10000100 0 1010 100010 10110 101010 100101 1000001

Color Harmonies of #C7B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B384

Black with #C7B384

Text Example


Text Example

White with #C7B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B384; }

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

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

background-color css

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

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

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

border-color css

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

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

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