#C5B17F

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

Shades of Ecru #C5B17F

Tints of Ecru #C5B17F

Color information

#C5B17F (or 0xC5B17F) is unknown color: approx Ecru. HEX triplet: C5, B1 and 7F. RGB value is (197,177,127). Sum of RGB (Red+Green+Blue) = 197+177+127=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B17F is #3A4E80. Grayscale: #B1B1B1. Windows color (decimal): -3821185 or 8368581. OLE color: 8368581.

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

Color convert

RGB197177127-
CMYK00.100.360.23
HSL42.86º37.63%63.53%-
HSV(B)42.86º35.53%77.25%-
XYZ42.5844.8526.49-
YUV177.2899.63142.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 127 (50% from 255) = 25.35%
R=39.32%
G=35.33%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717712700.100.360.2342.8637.6363.53
HexC5B17F0A24172b2640
Octal30526117701244275346100
Binary1100010110110001111111101010100100101111010111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B17F; }

 p { color: rgb(197,177,127); }

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

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

 a { background-color: rgb(197,177,127); }

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

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

 span { border-color: rgb(197,177,127); }

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