#C1B181

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

Shades of Ecru #C1B181

Tints of Ecru #C1B181

Color information

#C1B181 (or 0xC1B181) is unknown color: approx Ecru. HEX triplet: C1, B1 and 81. RGB value is (193,177,129). Sum of RGB (Red+Green+Blue) = 193+177+129=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B181 is #3E4E7E. Grayscale: #B0B0B0. Windows color (decimal): -4083327 or 8499649. OLE color: 8499649.

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

Color convert

RGB193177129-
CMYK00.080.330.24
HSL45º34.04%63.14%-
HSV(B)45º33.16%75.69%-
XYZ41.6844.3727.14-
YUV176.31101.3139.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 129 (50.78% from 255) = 25.85%
R=38.68%
G=35.47%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317712900.080.330.244534.0463.14
HexC1B1810821182d223f
Octal3012612010104130554277
Binary1100000110110001100000010100010000111000101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B181; }

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

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

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

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

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

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

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

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