#C3B281

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

Shades of Ecru #C3B281

Tints of Ecru #C3B281

Color information

#C3B281 (or 0xC3B281) is unknown color: approx Ecru. HEX triplet: C3, B2 and 81. RGB value is (195,178,129). Sum of RGB (Red+Green+Blue) = 195+178+129=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B281 is #3C4D7E. Grayscale: #B1B1B1. Windows color (decimal): -3951999 or 8499907. OLE color: 8499907.

HSL color Cylindrical-coordinate representation of color #C3B281: hue angle of 44.55º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3B281 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB195178129-
CMYK00.090.340.24
HSL44.55º35.48%63.53%-
HSV(B)44.55º33.85%76.47%-
XYZ42.3945.0327.23-
YUV177.5100.63140.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 129 (50.78% from 255) = 25.70%
R=38.84%
G=35.46%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517812900.090.340.2444.5535.4863.53
HexC3B2810922182d2340
Octal30326220101142305543100
Binary11000011101100101000000101001100010110001011011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B281; }

 p { color: rgb(195,178,129); }

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

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

 a { background-color: rgb(195,178,129); }

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

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

 span { border-color: rgb(195,178,129); }

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