#C1B47F

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

Shades of Ecru #C1B47F

Tints of Ecru #C1B47F

Color information

#C1B47F (or 0xC1B47F) is unknown color: approx Ecru. HEX triplet: C1, B4 and 7F. RGB value is (193,180,127). Sum of RGB (Red+Green+Blue) = 193+180+127=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B47F is #3E4B80. Grayscale: #B2B2B2. Windows color (decimal): -4082561 or 8369345. OLE color: 8369345.

HSL color Cylindrical-coordinate representation of color #C1B47F: hue angle of 48.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1B47F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB193180127-
CMYK00.070.340.24
HSL48.18º34.74%62.75%-
HSV(B)48.18º34.2%75.69%-
XYZ42.1445.5126.64-
YUV177.8499.31138.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 127 (50% from 255) = 25.4%
R=38.6%
G=36%
B=25.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318012700.070.340.2448.1834.7462.75
HexC1B47F07221830233f
Octal301264177074230604377
Binary11000001101101001111111011110001011000110000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B47F; }

 p { color: rgb(193,180,127); }

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

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

 a { background-color: rgb(193,180,127); }

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

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

 span { border-color: rgb(193,180,127); }

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