#C3B282

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

Shades of Ecru #C3B282

Tints of Ecru #C3B282

Color information

#C3B282 (or 0xC3B282) is unknown color: approx Ecru. HEX triplet: C3, B2 and 82. RGB value is (195,178,130). Sum of RGB (Red+Green+Blue) = 195+178+130=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B282 is #3C4D7D. Grayscale: #B1B1B1. Windows color (decimal): -3951998 or 8565443. OLE color: 8565443.

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

Color convert

RGB195178130-
CMYK00.090.330.24
HSL44.31º35.14%63.73%-
HSV(B)44.31º33.33%76.47%-
XYZ42.4645.0527.58-
YUV177.61101.13140.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=38.77%
G=35.39%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517813000.090.330.2444.3135.1463.73
HexC3B2820921182c2340
Octal30326220201141305443100
Binary11000011101100101000001001001100001110001011001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B282; }

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

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

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

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

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

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

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

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