Html Css Color HEX #C7B276 Ecru

📋 copy color: '#C7B276'

red 199 ◦ green 178 ◦ blue 118

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

Shades of Ecru #C7B276

Tints of Ecru #C7B276

RGB

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

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

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

R = 40.2%
G = 35.96%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7B276 (or 0xC7B276) is known color: Ecru. HEX triplet: C7, B2 and 76. RGB value is (199,178,118). Sum of RGB (Red+Green+Blue) = 199+178+118=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B276 is #384D89. Grayscale: #B1B1B1. Windows color (decimal): -3689866 or 7779015. OLE color: 7779015.

HSL color Cylindrical-coordinate representation of color #C7B276: hue angle of 44.44º 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 #C7B276 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 178 118 -
CMYK 0 0.11 0.41 0.22
HSL 44.44º 0.42% 0.62% -
HSV(B) 44.44º 0.41% 0.78% -
XYZ 42.74 45.29 23.63 -
YUV 177.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 199 178 118 0 0.11 0.41 0.22 44.44 0.42 0.62
Hex C7 B2 76 0 B 29 16 2C 2A 3E
Octal 307 262 166 0 13 51 26 54 52 76
Binary 11000111 10110010 1110110 0 1011 101001 10110 101100 101010 111110

Color Harmonies of #C7B276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B276

Black with #C7B276

Text Example


Text Example

White with #C7B276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B276; }

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

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

background-color css

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

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

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

border-color css

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

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

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