#C1B378

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

Shades of Ecru #C1B378

Tints of Ecru #C1B378

Color information

#C1B378 (or 0xC1B378) is unknown color: approx Ecru. HEX triplet: C1, B3 and 78. RGB value is (193,179,120). Sum of RGB (Red+Green+Blue) = 193+179+120=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B378 is #3E4C87. Grayscale: #B0B0B0. Windows color (decimal): -4082824 or 7910337. OLE color: 7910337.

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

Color convert

RGB193179120-
CMYK00.070.380.24
HSL48.49º37.06%61.37%-
HSV(B)48.49º37.82%75.69%-
XYZ41.544.9324.25-
YUV176.4696.14139.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 120 (47.27% from 255) = 24.39%
R=39.23%
G=36.38%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317912000.070.380.2448.4937.0661.37
HexC1B37807261830253d
Octal301263170074630604575
Binary11000001101100111111000011110011011000110000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B378; }

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

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

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

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

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

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

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

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