#C3B47A

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

Shades of Ecru #C3B47A

Tints of Ecru #C3B47A

Color information

#C3B47A (or 0xC3B47A) is unknown color: approx Ecru. HEX triplet: C3, B4 and 7A. RGB value is (195,180,122). Sum of RGB (Red+Green+Blue) = 195+180+122=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B47A is #3C4B85. Grayscale: #B2B2B2. Windows color (decimal): -3951494 or 8041667. OLE color: 8041667.

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

Color convert

RGB195180122-
CMYK00.080.370.24
HSL47.67º37.82%62.16%-
HSV(B)47.67º37.44%76.47%-
XYZ42.3445.6524.99-
YUV177.8796.47140.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 122 (48.05% from 255) = 24.55%
R=39.24%
G=36.22%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518012200.080.370.2447.6737.8262.16
HexC3B47A08251830263e
Octal3032641720104530604676
Binary110000111011010011110100100010010111000110000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B47A; }

 p { color: rgb(195,180,122); }

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

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

 a { background-color: rgb(195,180,122); }

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

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

 span { border-color: rgb(195,180,122); }

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