#C5B274

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

Shades of Ecru #C5B274

Tints of Ecru #C5B274

Color information

#C5B274 (or 0xC5B274) is unknown color: approx Ecru. HEX triplet: C5, B2 and 74. RGB value is (197,178,116). Sum of RGB (Red+Green+Blue) = 197+178+116=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B274 is #3A4D8B. Grayscale: #B0B0B0. Windows color (decimal): -3820940 or 7647941. OLE color: 7647941.

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

Color convert

RGB197178116-
CMYK00.100.410.23
HSL45.93º41.12%61.37%-
HSV(B)45.93º41.12%77.25%-
XYZ42.144.9722.98-
YUV176.6193.79142.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=40.12%
G=36.25%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717811600.100.410.2345.9341.1261.37
HexC5B2740A29172e293d
Octal3052621640125127565175
Binary110001011011001011101000101010100110111101110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B274; }

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

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

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

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

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

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

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

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