#C1B48A

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

Shades of Ecru #C1B48A

Tints of Ecru #C1B48A

Color information

#C1B48A (or 0xC1B48A) is unknown color: approx Ecru. HEX triplet: C1, B4 and 8A. RGB value is (193,180,138). Sum of RGB (Red+Green+Blue) = 193+180+138=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B48A is #3E4B75. Grayscale: #B3B3B3. Windows color (decimal): -4082550 or 9090241. OLE color: 9090241.

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

Color convert

RGB193180138-
CMYK00.070.280.24
HSL45.82º30.73%64.9%-
HSV(B)45.82º28.5%75.69%-
XYZ42.945.8130.63-
YUV179.1104.81137.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.77%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=37.77%
G=35.23%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318013800.070.280.2445.8230.7364.9
HexC1B48A071C182e1f41
Octal3012642120734305637101
Binary11000001101101001000101001111110011000101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B48A; }

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

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

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

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

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

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

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

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