#C2B077

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

Shades of Ecru #C2B077

Tints of Ecru #C2B077

Color information

#C2B077 (or 0xC2B077) is unknown color: approx Ecru. HEX triplet: C2, B0 and 77. RGB value is (194,176,119). Sum of RGB (Red+Green+Blue) = 194+176+119=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B077 is #3D4F88. Grayscale: #AFAFAF. Windows color (decimal): -4018057 or 7844034. OLE color: 7844034.

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

Color convert

RGB194176119-
CMYK00.090.390.24
HSL45.6º38.07%61.37%-
HSV(B)45.6º38.66%76.08%-
XYZ41.143.8523.75-
YUV174.8896.46141.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 119 (46.88% from 255) = 24.34%
R=39.67%
G=35.99%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417611900.090.390.2445.638.0761.37
HexC2B0770927182e263d
Octal3022601670114730564675
Binary110000101011000011101110100110011111000101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B077; }

 p { color: rgb(194,176,119); }

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

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

 a { background-color: rgb(194,176,119); }

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

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

 span { border-color: rgb(194,176,119); }

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