#C5AB80

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

Shades of Ecru #C5AB80

Tints of Ecru #C5AB80

Color information

#C5AB80 (or 0xC5AB80) is unknown color: approx Ecru. HEX triplet: C5, AB and 80. RGB value is (197,171,128). Sum of RGB (Red+Green+Blue) = 197+171+128=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB80 is #3A547F. Grayscale: #AEAEAE. Windows color (decimal): -3822720 or 8432581. OLE color: 8432581.

HSL color Cylindrical-coordinate representation of color #C5AB80: hue angle of 37.39º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5AB80 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB197171128-
CMYK00.130.350.23
HSL37.39º37.3%63.73%-
HSV(B)37.39º35.03%77.25%-
XYZ41.4942.5526.45-
YUV173.87102.11144.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=39.72%
G=34.48%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717112800.130.350.2337.3937.363.73
HexC5AB800D2317252540
Octal30525320001543274545100
Binary11000101101010111000000001101100011101111001011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AB80; }

 p { color: rgb(197,171,128); }

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

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

 a { background-color: rgb(197,171,128); }

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

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

 span { border-color: rgb(197,171,128); }

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