#C1B37A

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

Shades of Ecru #C1B37A

Tints of Ecru #C1B37A

Color information

#C1B37A (or 0xC1B37A) is unknown color: approx Ecru. HEX triplet: C1, B3 and 7A. RGB value is (193,179,122). Sum of RGB (Red+Green+Blue) = 193+179+122=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B37A is #3E4C85. Grayscale: #B0B0B0. Windows color (decimal): -4082822 or 8041409. OLE color: 8041409.

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

Color convert

RGB193179122-
CMYK00.070.370.24
HSL48.17º36.41%61.76%-
HSV(B)48.17º36.79%75.69%-
XYZ41.6344.9824.9-
YUV176.6997.14139.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.07%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 122 (48.05% from 255) = 24.70%
R=39.07%
G=36.23%
B=24.70%

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
Decimal19317912200.070.370.2448.1736.4161.76
HexC1B37A07251830243e
Octal301263172074530604476
Binary11000001101100111111010011110010111000110000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B37A; }

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

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

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

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

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

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

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

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