#C2B778

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

Shades of Ecru #C2B778

Tints of Ecru #C2B778

Color information

#C2B778 (or 0xC2B778) is unknown color: approx Ecru. HEX triplet: C2, B7 and 78. RGB value is (194,183,120). Sum of RGB (Red+Green+Blue) = 194+183+120=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B778 is #3D4887. Grayscale: #B3B3B3. Windows color (decimal): -4016264 or 7911362. OLE color: 7911362.

HSL color Cylindrical-coordinate representation of color #C2B778: hue angle of 51.08º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2B778 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194183120-
CMYK00.060.380.24
HSL51.08º37.76%61.57%-
HSV(B)51.08º38.14%76.08%-
XYZ42.5746.6924.54-
YUV179.1194.64138.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=39.03%
G=36.82%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418312000.060.380.2451.0837.7661.57
HexC2B77806261833263e
Octal302267170064630634676
Binary11000010101101111111000011010011011000110011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B778; }

 p { color: rgb(194,183,120); }

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

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

 a { background-color: rgb(194,183,120); }

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

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

 span { border-color: rgb(194,183,120); }

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