#C0B386

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

Shades of Ecru #C0B386

Tints of Ecru #C0B386

Color information

#C0B386 (or 0xC0B386) is unknown color: approx Ecru. HEX triplet: C0, B3 and 86. RGB value is (192,179,134). Sum of RGB (Red+Green+Blue) = 192+179+134=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B386 is #3F4C79. Grayscale: #B1B1B1. Windows color (decimal): -4148346 or 8827840. OLE color: 8827840.

HSL color Cylindrical-coordinate representation of color #C0B386: hue angle of 46.55º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B386 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB192179134-
CMYK00.070.300.25
HSL46.55º31.52%63.92%-
HSV(B)46.55º30.21%75.29%-
XYZ42.1645.1729.05-
YUV177.76103.31138.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=38.02%
G=35.45%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217913400.070.300.2546.5531.5263.92
HexC0B386071E192f2040
Octal3002632060736315740100
Binary110000001011001110000110011111110110011011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B386; }

 p { color: rgb(192,179,134); }

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

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

 a { background-color: rgb(192,179,134); }

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

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

 span { border-color: rgb(192,179,134); }

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