#C1B180

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

Shades of Ecru #C1B180

Tints of Ecru #C1B180

Color information

#C1B180 (or 0xC1B180) is unknown color: approx Ecru. HEX triplet: C1, B1 and 80. RGB value is (193,177,128). Sum of RGB (Red+Green+Blue) = 193+177+128=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B180 is #3E4E7F. Grayscale: #B0B0B0. Windows color (decimal): -4083328 or 8434113. OLE color: 8434113.

HSL color Cylindrical-coordinate representation of color #C1B180: hue angle of 45.23º degrees, saturation: 0.34, 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 #C1B180 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB193177128-
CMYK00.080.340.24
HSL45.23º34.39%62.94%-
HSV(B)45.23º33.68%75.69%-
XYZ41.6144.3426.79-
YUV176.2100.8139.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=38.76%
G=35.54%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317712800.080.340.2445.2334.3962.94
HexC1B1800822182d223f
Octal3012612000104230554277
Binary1100000110110001100000000100010001011000101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B180; }

 p { color: rgb(193,177,128); }

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

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

 a { background-color: rgb(193,177,128); }

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

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

 span { border-color: rgb(193,177,128); }

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