Html Css Color HEX #C7B674 Ecru

📋 copy color: '#C7B674'

red 199 ◦ green 182 ◦ blue 116

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

Shades of Ecru #C7B674

Tints of Ecru #C7B674

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.62%

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 40.04%
G = 36.62%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C7B674 (or 0xC7B674) is known color: Ecru. HEX triplet: C7, B6 and 74. RGB value is (199,182,116). Sum of RGB (Red+Green+Blue) = 199+182+116=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B674 is #38498B. Grayscale: #B3B3B3. Windows color (decimal): -3688844 or 7648967. OLE color: 7648967.

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

Color convert

RGB 199 182 116 -
CMYK 0 0.09 0.42 0.22
HSL 47.71º 0.43% 0.62% -
HSV(B) 47.71º 0.42% 0.78% -
XYZ 43.43 46.86 23.28 -
YUV 179.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 199 182 116 0 0.09 0.42 0.22 47.71 0.43 0.62
Hex C7 B6 74 0 9 2A 16 30 2B 3E
Octal 307 266 164 0 11 52 26 60 53 76
Binary 11000111 10110110 1110100 0 1001 101010 10110 110000 101011 111110

Color Harmonies of #C7B674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B674

Black with #C7B674

Text Example


Text Example

White with #C7B674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B674; }

 p { color: rgb(199,182,116); }

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

background-color css

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

 a { background-color: rgb(199,182,116); }

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

border-color css

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

 span { border-color: rgb(199,182,116); }

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