#C0B385

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

Shades of Ecru #C0B385

Tints of Ecru #C0B385

Color information

#C0B385 (or 0xC0B385) is unknown color: approx Ecru. HEX triplet: C0, B3 and 85. RGB value is (192,179,133). Sum of RGB (Red+Green+Blue) = 192+179+133=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B385 is #3F4C7A. Grayscale: #B1B1B1. Windows color (decimal): -4148347 or 8762304. OLE color: 8762304.

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

Color convert

RGB192179133-
CMYK00.070.310.25
HSL46.78º31.89%63.73%-
HSV(B)46.78º30.73%75.29%-
XYZ42.0945.1428.68-
YUV177.64102.81138.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=38.10%
G=35.52%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217913300.070.310.2546.7831.8963.73
HexC0B385071F192f2040
Octal3002632050737315740100
Binary110000001011001110000101011111111110011011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B385; }

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

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

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

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

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

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

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

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