#C3B481

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

Shades of Ecru #C3B481

Tints of Ecru #C3B481

Color information

#C3B481 (or 0xC3B481) is unknown color: approx Ecru. HEX triplet: C3, B4 and 81. RGB value is (195,180,129). Sum of RGB (Red+Green+Blue) = 195+180+129=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B481 is #3C4B7E. Grayscale: #B2B2B2. Windows color (decimal): -3951487 or 8500419. OLE color: 8500419.

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

Color convert

RGB195180129-
CMYK00.080.340.24
HSL46.36º35.48%63.53%-
HSV(B)46.36º33.85%76.47%-
XYZ42.7945.8327.36-
YUV178.6799.97139.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=38.69%
G=35.71%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518012900.080.340.2446.3635.4863.53
HexC3B4810822182e2340
Octal30326420101042305643100
Binary11000011101101001000000101000100010110001011101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B481; }

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

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

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

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

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

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

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

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