#C5B277

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

Shades of Ecru #C5B277

Tints of Ecru #C5B277

Color information

#C5B277 (or 0xC5B277) is unknown color: approx Ecru. HEX triplet: C5, B2 and 77. RGB value is (197,178,119). Sum of RGB (Red+Green+Blue) = 197+178+119=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B277 is #3A4D88. Grayscale: #B1B1B1. Windows color (decimal): -3820937 or 7844549. OLE color: 7844549.

HSL color Cylindrical-coordinate representation of color #C5B277: hue angle of 45.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5B277 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB197178119-
CMYK00.100.400.23
HSL45.38º40.21%61.96%-
HSV(B)45.38º39.59%77.25%-
XYZ42.2845.0423.92-
YUV176.9695.29142.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.88%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 119 (46.88% from 255) = 24.09%
R=39.88%
G=36.03%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717811900.100.400.2345.3840.2161.96
HexC5B2770A28172d283e
Octal3052621670125027555076
Binary110001011011001011101110101010100010111101101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B277; }

 p { color: rgb(197,178,119); }

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

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

 a { background-color: rgb(197,178,119); }

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

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

 span { border-color: rgb(197,178,119); }

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