#C1B47A

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

Shades of Ecru #C1B47A

Tints of Ecru #C1B47A

Color information

#C1B47A (or 0xC1B47A) is unknown color: approx Ecru. HEX triplet: C1, B4 and 7A. RGB value is (193,180,122). Sum of RGB (Red+Green+Blue) = 193+180+122=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B47A is #3E4B85. Grayscale: #B1B1B1. Windows color (decimal): -4082566 or 8041665. OLE color: 8041665.

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

Color convert

RGB193180122-
CMYK00.070.370.24
HSL49.01º36.41%61.76%-
HSV(B)49.01º36.79%75.69%-
XYZ41.8345.3924.97-
YUV177.2796.81139.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=38.99%
G=36.36%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318012200.070.370.2449.0136.4161.76
HexC1B47A07251831243e
Octal301264172074530614476
Binary11000001101101001111010011110010111000110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B47A; }

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

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

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

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

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

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

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

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