#C5AB7D

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

Shades of Ecru #C5AB7D

Tints of Ecru #C5AB7D

Color information

#C5AB7D (or 0xC5AB7D) is unknown color: approx Ecru. HEX triplet: C5, AB and 7D. RGB value is (197,171,125). Sum of RGB (Red+Green+Blue) = 197+171+125=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB7D is #3A5482. Grayscale: #ADADAD. Windows color (decimal): -3822723 or 8235973. OLE color: 8235973.

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

Color convert

RGB197171125-
CMYK00.130.370.23
HSL38.33º38.3%63.14%-
HSV(B)38.33º36.55%77.25%-
XYZ41.2942.4825.42-
YUV173.53100.61144.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=39.96%
G=34.69%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717112500.130.370.2338.3338.363.14
HexC5AB7D0D251726263f
Octal3052531750154527464677
Binary110001011010101111111010110110010110111100110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AB7D; }

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

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

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

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

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

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

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

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