#C1B38A

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

Shades of Ecru #C1B38A

Tints of Ecru #C1B38A

Color information

#C1B38A (or 0xC1B38A) is unknown color: approx Ecru. HEX triplet: C1, B3 and 8A. RGB value is (193,179,138). Sum of RGB (Red+Green+Blue) = 193+179+138=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B38A is #3E4C75. Grayscale: #B2B2B2. Windows color (decimal): -4082806 or 9089985. OLE color: 9089985.

HSL color Cylindrical-coordinate representation of color #C1B38A: hue angle of 44.73º 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 #C1B38A is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB193179138-
CMYK00.070.280.24
HSL44.73º30.73%64.9%-
HSV(B)44.73º28.5%75.69%-
XYZ42.745.4130.56-
YUV178.51105.14138.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=37.84%
G=35.10%
B=27.06%

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
Decimal19317913800.070.280.2444.7330.7364.9
HexC1B38A071C182d1f41
Octal3012632120734305537101
Binary11000001101100111000101001111110011000101101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B38A; }

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

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

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

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

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

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

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

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