#C3B67C

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

Shades of Ecru #C3B67C

Tints of Ecru #C3B67C

Color information

#C3B67C (or 0xC3B67C) is unknown color: approx Ecru. HEX triplet: C3, B6 and 7C. RGB value is (195,182,124). Sum of RGB (Red+Green+Blue) = 195+182+124=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B67C is #3C4983. Grayscale: #B3B3B3. Windows color (decimal): -3950980 or 8173251. OLE color: 8173251.

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

Color convert

RGB195182124-
CMYK00.070.360.24
HSL49.01º37.17%62.55%-
HSV(B)49.01º36.41%76.47%-
XYZ42.8746.5125.79-
YUV179.2796.81139.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 182 (71.48% from 255) = 36.33%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=38.92%
G=36.33%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518212400.070.360.2449.0137.1762.55
HexC3B67C07241831253f
Octal303266174074430614577
Binary11000011101101101111100011110010011000110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B67C; }

 p { color: rgb(195,182,124); }

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

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

 a { background-color: rgb(195,182,124); }

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

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

 span { border-color: rgb(195,182,124); }

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