#C3B382

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

Shades of Ecru #C3B382

Tints of Ecru #C3B382

Color information

#C3B382 (or 0xC3B382) is unknown color: approx Ecru. HEX triplet: C3, B3 and 82. RGB value is (195,179,130). Sum of RGB (Red+Green+Blue) = 195+179+130=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B382 is #3C4C7D. Grayscale: #B2B2B2. Windows color (decimal): -3951742 or 8565699. OLE color: 8565699.

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

Color convert

RGB195179130-
CMYK00.080.330.24
HSL45.23º35.14%63.73%-
HSV(B)45.23º33.33%76.47%-
XYZ42.6645.4527.64-
YUV178.2100.8139.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=38.69%
G=35.52%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517913000.080.330.2445.2335.1463.73
HexC3B3820821182d2340
Octal30326320201041305543100
Binary11000011101100111000001001000100001110001011011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B382; }

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

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

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

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

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

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

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

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