#C0B485

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

Shades of Ecru #C0B485

Tints of Ecru #C0B485

Color information

#C0B485 (or 0xC0B485) is unknown color: approx Ecru. HEX triplet: C0, B4 and 85. RGB value is (192,180,133). Sum of RGB (Red+Green+Blue) = 192+180+133=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B485 is #3F4B7A. Grayscale: #B2B2B2. Windows color (decimal): -4148091 or 8762560. OLE color: 8762560.

HSL color Cylindrical-coordinate representation of color #C0B485: hue angle of 47.8º 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 #C0B485 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB192180133-
CMYK00.060.310.25
HSL47.8º31.89%63.73%-
HSV(B)47.8º30.73%75.29%-
XYZ42.2945.5428.75-
YUV178.23102.48137.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=38.02%
G=35.64%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218013300.060.310.2547.831.8963.73
HexC0B485061F19302040
Octal3002642050637316040100
Binary110000001011010010000101011011111110011100001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B485; }

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

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

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

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

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

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

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

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