#C1B071

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

Shades of Ecru #C1B071

Tints of Ecru #C1B071

Color information

#C1B071 (or 0xC1B071) is unknown color: approx Ecru. HEX triplet: C1, B0 and 71. RGB value is (193,176,113). Sum of RGB (Red+Green+Blue) = 193+176+113=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B071 is #3E4F8E. Grayscale: #AEAEAE. Windows color (decimal): -4083599 or 7450817. OLE color: 7450817.

HSL color Cylindrical-coordinate representation of color #C1B071: hue angle of 47.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1B071 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB193176113-
CMYK00.090.410.24
HSL47.25º39.22%60%-
HSV(B)47.25º41.45%75.69%-
XYZ40.543.5821.9-
YUV173.993.63141.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=40.04%
G=36.51%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317611300.090.410.2447.2539.2260
HexC1B0710929182f273c
Octal3012601610115130574774
Binary110000011011000011100010100110100111000101111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B071; }

 p { color: rgb(193,176,113); }

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

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

 a { background-color: rgb(193,176,113); }

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

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

 span { border-color: rgb(193,176,113); }

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