#C7B278

Color #C7B278 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #C7B278

Tints of Ecru #C7B278

Color information

#C7B278 (or 0xC7B278) is unknown color: approx Ecru. HEX triplet: C7, B2 and 78. RGB value is (199,178,120). Sum of RGB (Red+Green+Blue) = 199+178+120=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B278 is #384D87. Grayscale: #B1B1B1. Windows color (decimal): -3689864 or 7910087. OLE color: 7910087.

HSL color Cylindrical-coordinate representation of color #C7B278: hue angle of 44.05º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7B278 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199178120-
CMYK00.110.400.22
HSL44.05º41.36%62.55%-
HSV(B)44.05º39.7%78.04%-
XYZ42.8645.3424.26-
YUV177.6795.46143.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.04%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=40.04%
G=35.81%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917812000.110.400.2244.0541.3662.55
HexC7B2780B28162c293f
Octal3072621700135026545177
Binary110001111011001011110000101110100010110101100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B278; }

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

 H1.HeaderClassName
 {
   color: #C7B278;
 }
 .AnyTagClassName
 {
   color: #C7B278;
 }
</style>
background-color css

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

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

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

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

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

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