#C3B378

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

Shades of Ecru #C3B378

Tints of Ecru #C3B378

Color information

#C3B378 (or 0xC3B378) is unknown color: approx Ecru. HEX triplet: C3, B3 and 78. RGB value is (195,179,120). Sum of RGB (Red+Green+Blue) = 195+179+120=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B378 is #3C4C87. Grayscale: #B1B1B1. Windows color (decimal): -3951752 or 7910339. OLE color: 7910339.

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

Color convert

RGB195179120-
CMYK00.080.380.24
HSL47.2º38.46%61.76%-
HSV(B)47.2º38.46%76.47%-
XYZ42.0245.224.28-
YUV177.0695.8140.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 120 (47.27% from 255) = 24.29%
R=39.47%
G=36.23%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517912000.080.380.2447.238.4661.76
HexC3B3780826182f263e
Octal3032631700104630574676
Binary110000111011001111110000100010011011000101111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B378; }

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

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

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

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

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

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

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

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