#C3B388

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

Shades of Ecru #C3B388

Tints of Ecru #C3B388

Color information

#C3B388 (or 0xC3B388) is unknown color: approx Ecru. HEX triplet: C3, B3 and 88. RGB value is (195,179,136). Sum of RGB (Red+Green+Blue) = 195+179+136=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B388 is #3C4C77. Grayscale: #B3B3B3. Windows color (decimal): -3951736 or 8958915. OLE color: 8958915.

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

Color convert

RGB195179136-
CMYK00.080.300.24
HSL43.73º32.96%64.9%-
HSV(B)43.73º30.26%76.47%-
XYZ43.0745.6229.83-
YUV178.88103.8139.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=38.24%
G=35.10%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517913600.080.300.2443.7332.9664.9
HexC3B388081E182c2141
Octal30326321001036305441101
Binary1100001110110011100010000100011110110001011001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B388; }

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

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

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

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

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

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

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

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